|
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
public abstract class XAxis
Class provides the base class from which all x-axes are derived.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
| Method Summary | |
|---|---|
XAxisAnchorType |
getAnchorType()
Gets XAxisAnchorType enumeration that specifies the position of
the x-axis. |
XAxisLabelPosition |
getLabelPosition()
Gets XAxisLabelPosition enumeration that specifies the
position of the labels. |
XAxisGridLines |
getMajorGridLines()
Gets the XAxisGridLines object to use for the major grid lines
of the x-axis. |
XAxisTickMarks |
getMajorTickMarks()
Gets the XAxisTickMarks object to use for the major tick marks
of the x-axis. |
XAxisGridLines |
getMinorGridLines()
Gets the XAxisGridLines object to use for the minor grid lines
of the x-axis. |
XAxisTickMarks |
getMinorTickMarks()
Gets the XAxisTickMarks object to use for the minor tick marks
of the x-axis. |
XAxisTitlePosition |
getTitlePosition()
Gets XAxisTitlePosition enumeration that specifies the
position of the title. |
TitleList |
getTitles()
Gets the TitleList object of the xAxis. |
void |
setAnchorType(XAxisAnchorType xAnchorType)
Sets XAxisAnchorType enumeration that specifies the position of
the x-axis. |
void |
setLabelPosition(XAxisLabelPosition xAxisLabelPosition)
Sets XAxisLabelPosition enumeration that specifies the
position of the labels. |
void |
setMajorGridLines(XAxisGridLines majorXGridLines)
Sets the XAxisGridLines object to use for the major grid lines
of the x-axis. |
void |
setMajorTickMarks(XAxisTickMarks majorXTickMarks)
Sets the XAxisTickMarks object to use for the major tick marks
of the x-axis. |
void |
setMinorGridLines(XAxisGridLines minorXGridLines)
Sets the XAxisGridLines object to use for the minor grid lines
of the x-axis. |
void |
setMinorTickMarks(XAxisTickMarks minorXTickMarks)
Sets the XAxisTickMarks object to use for the minor tick marks
of the x-axis. |
void |
setTitlePosition(XAxisTitlePosition xAxisTitleLocation)
Sets XAxisTitlePosition enumeration that specifies the
position of the title. |
| 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 |
| Method Detail |
|---|
public XAxisAnchorType getAnchorType()
XAxisAnchorType enumeration that specifies the position of
the x-axis.
XAxisAnchorType enumeration that specifies the position
of the x-axis.XAxisAnchorTypepublic void setAnchorType(XAxisAnchorType xAnchorType)
XAxisAnchorType enumeration that specifies the position of
the x-axis.
xAnchorType - XAxisAnchorType enumeration that specifies
the position of the x-axis.XAxisAnchorTypepublic XAxisLabelPosition getLabelPosition()
XAxisLabelPosition enumeration that specifies the
position of the labels.
XAxisLabelPosition enumeration that specifies the
position of the labels.XAxisLabelPositionpublic void setLabelPosition(XAxisLabelPosition xAxisLabelPosition)
XAxisLabelPosition enumeration that specifies the
position of the labels.
xAxisLabelPosition - the XAxisLabelPosition enumeration
that specifies the position of the labels.XAxisLabelPositionpublic XAxisGridLines getMajorGridLines()
XAxisGridLines object to use for the major grid lines
of the x-axis.
XAxisGridLines object used for the major grid lines
of the x-axis.XAxisGridLinespublic void setMajorGridLines(XAxisGridLines majorXGridLines)
XAxisGridLines object to use for the major grid lines
of the x-axis.
majorXGridLines - the XAxisGridLines object to use for the
major grid lines of the x-axis.XAxisGridLinespublic XAxisGridLines getMinorGridLines()
XAxisGridLines object to use for the minor grid lines
of the x-axis.
XAxisGridLines object used for the minor grid lines
of the x-axis.XAxisGridLinespublic void setMinorGridLines(XAxisGridLines minorXGridLines)
XAxisGridLines object to use for the minor grid lines
of the x-axis.
minorXGridLines - the XAxisGridLines object to use for the
minor grid lines of the x-axis.XAxisGridLinespublic XAxisTickMarks getMajorTickMarks()
XAxisTickMarks object to use for the major tick marks
of the x-axis.
XAxisTickMarks object used for the major tick marks
of the x-axis.XAxisTickMarkspublic void setMajorTickMarks(XAxisTickMarks majorXTickMarks)
XAxisTickMarks object to use for the major tick marks
of the x-axis.
majorXTickMarks - the XAxisTickMarks object to use for the
major tick marks of the x-axis.XAxisTickMarkspublic XAxisTickMarks getMinorTickMarks()
XAxisTickMarks object to use for the minor tick marks
of the x-axis.
XAxisTickMarks object used for the minor tick marks
of the x-axis.XAxisTickMarkspublic void setMinorTickMarks(XAxisTickMarks minorXTickMarks)
XAxisTickMarks object to use for the minor tick marks
of the x-axis.
minorXTickMarks - the XAxisTickMarks object to use for the
minor tick marks of the x-axis.XAxisTickMarkspublic TitleList getTitles()
TitleList object of the xAxis.
Titlepublic XAxisTitlePosition getTitlePosition()
XAxisTitlePosition enumeration that specifies the
position of the title.
XAxisTitlePosition enumeration that specifies the
position of the title.XAxisTitlePositionpublic void setTitlePosition(XAxisTitlePosition xAxisTitleLocation)
XAxisTitlePosition enumeration that specifies the
position of the title.
xAxisTitleLocation - the XAxisTitlePosition enumeration
that specifies the position of the title.XAxisTitlePosition
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||