|
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
|
+--com.cete.dynamicpdf.pageelements.charting.axes.IndexedXAxis
This class can be used to place indexed 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 | |
IndexedXAxis()
Initializes a new instance of IndexedXAxis class. |
|
IndexedXAxis(float offset)
Initializes a new instance of IndexedXAxis class. |
|
| Method Summary | |
int |
calculateMaxValue()
Gets the calculated maximum Value. |
int |
calculateMinValue()
Gets the calculated minimum Value |
IndexedXAxisLabelList |
getLabels()
Gets IndexedXAxisLabelList object contained in the indexed xAxis. |
int |
getMax()
Gets the maximum value of the indexed x-axis. |
int |
getMin()
Gets the minimum value of the indexed x-axis. |
void |
setMax(int maxIndex)
Sets the maximum index of the indexed x-axis. |
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.axes.XAxis |
getAnchorType, getLabelLocation, getLabelPosition, getMajorGridLines, getMajorTickMarks, getMinorGridLines, getMinorTickMarks, getTitleLocation, getTitlePosition, getTitles, setAnchorType, setLabelLocation, setLabelPosition, setMajorGridLines, setMajorTickMarks, setMinorGridLines, setMinorTickMarks, setTitleLocation, 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 IndexedXAxis()
IndexedXAxis class.
public IndexedXAxis(float offset)
IndexedXAxis class.
offset - Offset from the border of plot area.| Method Detail |
public int getMin()
public int getMax()
public void setMax(int maxIndex)
maxIndex - the integer value used to set maximum index of the
indexed x-axis.public IndexedXAxisLabelList getLabels()
IndexedXAxisLabelList object contained in the indexed xAxis.
IndexedXAxisLabelListpublic int calculateMinValue()
public int calculateMaxValue()
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||