|
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.axes.AxisLabelList
|
+--com.cete.dynamicpdf.pageelements.charting.axes.YAxisLabelList
|
+--com.cete.dynamicpdf.pageelements.charting.axes.IndexedYAxisLabelList
Represents a list of Indexed Y-axis Labels.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
| Method Summary | |
void |
add(IndexedYAxisLabel indexedYAxisLabel)
Adds a IndexedYAxisLabel to the end of the
IndexedYAxisLabelList object. |
IndexedYAxisLabel |
getAxisLabel(int value)
Gets the IndexedYAxisLabel at the given integer position. |
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.axes.AxisLabelList |
getAutoLabels, getFont, getFontSize, getMaxLabelHeight, getMaxLabelWidth, getTextColor, getWidth, getWrapText, isVisible, setAutoLabels, setFont, setFontSize, setMaxLabelHeight, setMaxLabelWidth, setTextColor, setVisible, setWidth, setWrapText, size |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void add(IndexedYAxisLabel indexedYAxisLabel)
IndexedYAxisLabel to the end of the
IndexedYAxisLabelList object.
indexedYAxisLabel - the IndexedYAxisLabel to be added to
the end of the IndexedYAxisLabelList.IndexedYAxisLabelpublic IndexedYAxisLabel getAxisLabel(int value)
IndexedYAxisLabel at the given integer position.
value - position of the required indexed axis label.
IndexedYAxisLabel object.IndexedYAxisLabel
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||