|
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
public abstract class YAxis
Class provides the base class from which all y-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 | |
|---|---|
YAxisAnchorType |
getAnchorType()
Gets YAxisAnchorType enumeration that specifies the position of
the y-axis. |
YAxisLabelPosition |
getLabelPosition()
Gets YAxisLabelPosition enumeration that specifies the position
of the labels. |
YAxisGridLines |
getMajorGridLines()
Gets the YAxisGridLines object to use for the major gridlines
of the y-axis. |
YAxisTickMarks |
getMajorTickMarks()
Gets the YAxisTickMarks object to use for the major tickmarks
of the y-axis. |
YAxisGridLines |
getMinorGridLines()
Gets the YAxisGridLines object to use for the minor gridlines
of the y-axis. |
YAxisTickMarks |
getMinorTickMarks()
Gets the YAxisTickMarks object to use for the minor tickmarks
of the y-axis. |
YAxisTitlePosition |
getTitlePosition()
Gets YAxisTitlePosition enumeration that specifies the position
of the title. |
TitleList |
getTitles()
Gets the Title object to use for the title of the y-axis. |
void |
setAnchorType(YAxisAnchorType yAnchorType)
Sets YAxisAnchorType enumeration that specifies the position of
the y-axis. |
void |
setLabelPosition(YAxisLabelPosition yAxisLabelPosition)
Sets YAxisLabelPosition enumeration that specifies the position
of the labels. |
void |
setMajorGridLines(YAxisGridLines majorYGridLines)
Sets the YAxisGridLines object to use for the major gridlines
of the y-axis. |
void |
setMajorTickMarks(YAxisTickMarks majorYTickMarks)
Sets the YAxisTickMarks object to use for the major tickmarks
of the y-axis. |
void |
setMinorGridLines(YAxisGridLines minorYGridLines)
Sets the YAxisGridLines object to use for the minor gridlines
of the y-axis. |
void |
setMinorTickMarks(YAxisTickMarks minorYTickMarks)
Sets the YAxisTickMarks object to use for the minor tickmarks
of the y-axis. |
void |
setTitlePosition(YAxisTitlePosition yAxisTitlePosition)
Sets YAxisTitlePosition 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 YAxisAnchorType getAnchorType()
YAxisAnchorType enumeration that specifies the position of
the y-axis.
YAxisAnchorType enumeration that specifies the position
of the y-axis.YAxisAnchorTypepublic void setAnchorType(YAxisAnchorType yAnchorType)
YAxisAnchorType enumeration that specifies the position of
the y-axis.
yAnchorType - the YAxisAnchorType enumeration that specifies
the position of the y-axis.YAxisAnchorTypepublic YAxisLabelPosition getLabelPosition()
YAxisLabelPosition enumeration that specifies the position
of the labels.
YAxisLabelPosition enumeration that specifies the
position of the labels.YAxisLabelPositionpublic void setLabelPosition(YAxisLabelPosition yAxisLabelPosition)
YAxisLabelPosition enumeration that specifies the position
of the labels.
yAxisLabelPosition - the YAxisLabelPosition enumeration
that specifies the position of the labels.YAxisLabelPositionpublic YAxisGridLines getMajorGridLines()
YAxisGridLines object to use for the major gridlines
of the y-axis.
YAxisGridLines object used for the major grid lines
of the y-axis.YAxisGridLinespublic void setMajorGridLines(YAxisGridLines majorYGridLines)
YAxisGridLines object to use for the major gridlines
of the y-axis.
majorYGridLines - the YAxisGridLines object to use for the
major grid lines of the y-axis.YAxisGridLinespublic YAxisGridLines getMinorGridLines()
YAxisGridLines object to use for the minor gridlines
of the y-axis.
YAxisGridLines object used for the minor grid lines
of the yAxis.YAxisGridLinespublic void setMinorGridLines(YAxisGridLines minorYGridLines)
YAxisGridLines object to use for the minor gridlines
of the y-axis.
minorYGridLines - the YAxisGridLines object to use for the
minor gridlines of the y-axis.YAxisGridLinespublic YAxisTickMarks getMajorTickMarks()
YAxisTickMarks object to use for the major tickmarks
of the y-axis.
YAxisTickMarks object used for the major tickmarks
of the y-axis.YAxisTickMarkspublic void setMajorTickMarks(YAxisTickMarks majorYTickMarks)
YAxisTickMarks object to use for the major tickmarks
of the y-axis.
majorYTickMarks - the YTickMarks object to use for the
major tickmarks of the y-axis.YAxisTickMarkspublic YAxisTickMarks getMinorTickMarks()
YAxisTickMarks object to use for the minor tickmarks
of the y-axis.
YAxisTickMarks object used for the minor tickmarks
of the y-axis.YAxisTickMarkspublic void setMinorTickMarks(YAxisTickMarks minorYTickMarks)
YAxisTickMarks object to use for the minor tickmarks
of the y-axis.
minorYTickMarks - the YTickMarks object to use for the
minor tick marks of the y-axis.YAxisTickMarkspublic TitleList getTitles()
Title object to use for the title of the y-axis.
Titlepublic YAxisTitlePosition getTitlePosition()
YAxisTitlePosition enumeration that specifies the position
of the title.
YAxisTitlePosition enumeration that specifies the
position of the title.YAxisTitlePositionpublic void setTitlePosition(YAxisTitlePosition yAxisTitlePosition)
YAxisTitlePosition enumeration that specifies the position
of the title.
yAxisTitlePosition - the YAxisTitlePosition enumeration
that specifies the position of the title.YAxisTitlePosition
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||