|
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.axes.AxisLabelList
com.cete.dynamicpdf.pageelements.charting.axes.XAxisLabelList
com.cete.dynamicpdf.pageelements.charting.axes.NumericXAxisLabelList
public class NumericXAxisLabelList
Represents a list of NumericXAxisLabels.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
| Method Summary | |
|---|---|
void |
add(NumericXAxisLabel numericXAxisLabel)
Adds a NumericXAxisLabel to the end of the
NumericXAxisLabelList object. |
NumericXAxisLabel |
getAxisLabel(float value)
Gets the NumericXAxisLabel at the given float position. |
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.axes.XAxisLabelList |
|---|
getAngle, setAngle |
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.axes.AxisLabelList |
|---|
getAutoLabels, getFont, getFontSize, getMaximumLabelWidth, getTextColor, getWrapText, isVisible, setAutoLabels, setFont, setFontSize, setMaximumLabelWidth, setTextColor, setVisible, 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(NumericXAxisLabel numericXAxisLabel)
NumericXAxisLabel to the end of the
NumericXAxisLabelList object.
numericXAxisLabel - the NumericXAxisLabel to be added to
the end of the NumericXAxisLabelList.NumericXAxisLabelpublic NumericXAxisLabel getAxisLabel(float value)
NumericXAxisLabel at the given float position.
value - position of the required numeric axis label.
NumericXAxisLabel object.NumericXAxisLabel
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||