| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.charting.Axis
com.cete.dynamicpdf.pageelements.charting.axes.YAxis
com.cete.dynamicpdf.pageelements.charting.axes.DateTimeYAxis
public class DateTimeYAxis
This class can be used t oplace datetime y-axis on the plot area.
Licensing:
This is a DynamicPDF Generator Enterprise
 Edition feature. One of the following licenses is required for non-evaluation usage:
 
| Constructor Summary | |
|---|---|
| DateTimeYAxis()Initializes a new instance of DateTimeYAxisclass. | |
| DateTimeYAxis(float offset)Initializes a new instance of DateTimeYAxisclass. | |
| Method Summary | |
|---|---|
|  java.util.Calendar | calculateMaxDate()Gets the calculated maximum date. | 
|  java.util.Calendar | calculateMinDate()Gets the calculated minimum date. | 
|  DateTimeType | getDateTimeType()Gets DateTimeTypeenumeration that specifies the datetime-type
 of the dateTime y-axis. | 
|  int | getInterval()Gets the interval of the axis. | 
|  DateTimeYAxisLabelList | getLabels()Gets the DateTimeYAxisLabelListobject contained in the
 dateTime y-axis. | 
|  java.util.Calendar | getMax()Gets the maximum date of the axis. | 
|  java.util.Calendar | getMin()Gets the minimum date of the axis. | 
|  void | setDateTimeType(DateTimeType dateTimeType)Sets DateTimeTypeenumeration that specifies the date time type
 of the dateTime y-axis. | 
|  void | setInterval(int interval)Sets the interval of the axis. | 
|  void | setMax(java.util.Calendar maxDate)Sets the Calendarobject to use for the maximum date of the
 dateTime y-axis. | 
|  void | setMin(java.util.Calendar minDate)Sets the Calendarobject to use for the minimum date of the
 dateTime y-axis. | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.axes.YAxis | 
|---|
| getAnchorType, getLabelPosition, getMajorGridLines, getMajorTickMarks, getMinorGridLines, getMinorTickMarks, getTitlePosition, getTitles, setAnchorType, setLabelPosition, setMajorGridLines, setMajorTickMarks, setMinorGridLines, setMinorTickMarks, setTitlePosition | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.Axis | 
|---|
| getLabelFormat, getLabelOffset, getLineColor, getLineStyle, getLineWidth, getOffset, isVisible, setLabelFormat, setLabelOffset, setLineColor, setLineStyle, setLineWidth, setOffset, setVisible | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DateTimeYAxis()
DateTimeYAxis class.
public DateTimeYAxis(float offset)
DateTimeYAxis class.
offset - Offset from the border of plot area.DateTimeYAxis| Method Detail | 
|---|
public java.util.Calendar getMin()
Calendar The minimum date of the axis.Calendarpublic void setMin(java.util.Calendar minDate)
Calendar object to use for the minimum date of the
 dateTime y-axis.
minDate - Calendar object to use for the minimum date of the dateTime y-axis.Calendarpublic java.util.Calendar getMax()
Calendar The maximum date of the axis.Calendarpublic void setMax(java.util.Calendar maxDate)
Calendar object to use for the maximum date of the
 dateTime y-axis.
maxDate - Calendar object to use for the maximum date of the dateTime y-axis.Calendarpublic int getInterval()
public void setInterval(int interval)
interval - integer value used to set interval of the axis.public DateTimeType getDateTimeType()
DateTimeType enumeration that specifies the datetime-type
 of the dateTime y-axis.
DateTimeType enumeration that specifies the
 datetime-type of the datetime y-axis.DateTimeTypepublic void setDateTimeType(DateTimeType dateTimeType)
DateTimeType enumeration that specifies the date time type
 of the dateTime y-axis.
dateTimeType - the DateTimeType enumeration that specifies
                     the datetime-type of the datetime y-axis.DateTimeTypepublic DateTimeYAxisLabelList getLabels()
DateTimeYAxisLabelList object contained in the
 dateTime y-axis.
DateTimeYAxisLabelListpublic java.util.Calendar calculateMinDate()
public java.util.Calendar calculateMaxDate()
| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||