|
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.YAxis com.cete.dynamicpdf.pageelements.charting.axes.IndexedYAxis
public class IndexedYAxis
This class can be used to place indexed y-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 | |
---|---|
IndexedYAxis()
Initializes a new instance of IndexedYAxis class. |
|
IndexedYAxis(float offset)
Initializes a new instance of IndexedYAxis class. |
Method Summary | |
---|---|
int |
calculateMaxIndexed()
Gets the calculated maximum indexed. |
int |
calculateMinIndexed()
Gets the calculated minimum indexed. |
IndexedYAxisLabelList |
getLabels()
Gets the IndexedYAxisLabelList object contained in the
indexed y-axis. |
int |
getMax()
Gets the maximum index of the indexed y-axis. |
int |
getMin()
Gets the minimum index of the indexed y-axis. |
void |
setMax(int maxIndex)
Sets the maximum index of the indexed y-axis. |
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.axes.YAxis |
---|
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 IndexedYAxis()
IndexedYAxis
class.
public IndexedYAxis(float offset)
IndexedYAxis
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 y-axis.public IndexedYAxisLabelList getLabels()
IndexedYAxisLabelList
object contained in the
indexed y-axis.
IndexedYAxisLabelList
public int calculateMinIndexed()
public int calculateMaxIndexed()
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |