| 
 | 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.NumericXAxis
public class NumericXAxis
This class can be used to place numeric 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 | |
|---|---|
| NumericXAxis()Initializes a new instance of NumericXAxisclass. | |
| NumericXAxis(float offset)Initializes a new instance of NumericXAxisclass. | |
| Method Summary | |
|---|---|
|  float | calculateMaxValue()Gets the calculated maximum value. | 
|  float | calculateMinValue()Gets the calculated minimum value. | 
|  float | getInterval()Gets the interval of the axis. | 
|  NumericXAxisLabelList | getLabels()Gets the NumericXAxisLabelListobject contained in the
 numeric x-axis. | 
|  float | getMax()Gets the maximum value of the numeric x-axis. | 
|  float | getMin()Gets the minimum value of the numeric x-axis. | 
|  void | setInterval(float interval)Sets the interval of the axis. | 
|  void | setMax(float maxValue)Sets the maximum value of the numeric x-axis. | 
|  void | setMin(float minValue)Sets the minimum value of the numeric 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 NumericXAxis()
NumericXAxis class.
public NumericXAxis(float offset)
NumericXAxis class.
offset - Offset from the border of plot area.| Method Detail | 
|---|
public float getMin()
public void setMin(float minValue)
minValue - the float value used to set minimum value of the
                        numeric x-axis.public float getMax()
public void setMax(float maxValue)
maxValue - the float value used to set maximum value of the
                        numeric x-axis.public float getInterval()
public void setInterval(float interval)
interval - float used to set interval of the axis.public NumericXAxisLabelList getLabels()
NumericXAxisLabelList object contained in the
 numeric x-axis.
NumericXAxisLabelListpublic float calculateMinValue()
public float calculateMaxValue()
| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||