| 
 | 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.IndexedXAxis
public class 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 IndexedXAxisclass. | |
| IndexedXAxis(float offset)Initializes a new instance of IndexedXAxisclass. | |
| Method Summary | |
|---|---|
|  int | calculateMaxValue()Gets the calculated maximum Value. | 
|  int | calculateMinValue()Gets the calculated minimum Value | 
|  IndexedXAxisLabelList | getLabels()Gets IndexedXAxisLabelListobject 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, 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 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 | ||||||||