|
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.XAxis
com.cete.dynamicpdf.pageelements.charting.axes.DateTimeXAxis
public class DateTimeXAxis
This class can be used to place date-time x-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 | |
|---|---|
DateTimeXAxis()
Initializes a new instance of DateTimeXAxis class. |
|
DateTimeXAxis(float offset)
Initializes a new instance of DateTimeXAxis class. |
|
| Method Summary | |
|---|---|
DateTimeType |
getDateTimeType()
Gets DateTimeType enumeration that specifies the datetime-type
of the datetime x-axis. |
int |
getInterval()
Gets the interval of the axis. |
DateTimeXAxisLabelList |
getLabels()
Gets ths DateTimeXAxisLabelList object contained in the
datetime x-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 DateTimeType enumeration that specifies the date time type
of the datetime x-axis. |
void |
setInterval(int interval)
Sets the interval of the axis. |
void |
setMax(java.util.Calendar maxDate)
Sets the Calendar object to use for the maximum date of the
datetime x-axis. |
void |
setMin(java.util.Calendar minDate)
Sets the Calendar object to use for the minimum date of the
datetime x-axis. |
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.axes.XAxis |
|---|
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 DateTimeXAxis()
DateTimeXAxis class.
public DateTimeXAxis(float offset)
DateTimeXAxis class.
offset - Offset from the border of plot area.| 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 x-axis.
minDate - Calendar object to set the minimum date of the datetime x-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 x-axis.
maxDate - calendar object use for the maximum date of the datetime x-axis.Calendarpublic int getInterval()
public void setInterval(int interval)
interval - int used to set interval of the axis.public DateTimeType getDateTimeType()
DateTimeType enumeration that specifies the datetime-type
of the datetime x-axis.
DateTimeType enumeration that specifies the date
time type of the datetime x-axis.DateTimeTypepublic void setDateTimeType(DateTimeType dateTimeType)
DateTimeType enumeration that specifies the date time type
of the datetime x-axis.
dateTimeType - the DateTimeType enumeration that specifies
the date time type of the datetime x-axis.DateTimeTypepublic DateTimeXAxisLabelList getLabels()
DateTimeXAxisLabelList object contained in the
datetime x-axis.
DateTimeXAxisLabelList
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||