|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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.XAxisAnchorType
public 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.XAxisAnchorType
public XAxisLabelPosition getLabelPosition()
XAxisLabelPosition
enumeration that specifies the
position of the labels.
XAxisLabelPosition
enumeration that specifies the
position of the labels.XAxisLabelPosition
public void setLabelPosition(XAxisLabelPosition xAxisLabelPosition)
XAxisLabelPosition
enumeration that specifies the
position of the labels.
xAxisLabelPosition
- the XAxisLabelPosition
enumeration
that specifies the position of the labels.XAxisLabelPosition
public 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.XAxisGridLines
public 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.XAxisGridLines
public 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.XAxisGridLines
public 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.XAxisGridLines
public 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.XAxisTickMarks
public 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.XAxisTickMarks
public 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.XAxisTickMarks
public 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.XAxisTickMarks
public TitleList getTitles()
TitleList
object of the xAxis.
Title
public XAxisTitlePosition getTitlePosition()
XAxisTitlePosition
enumeration that specifies the
position of the title.
XAxisTitlePosition
enumeration that specifies the
position of the title.XAxisTitlePosition
public 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 |