| 
 | 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.AxisLabel
com.cete.dynamicpdf.pageelements.charting.axes.XAxisLabel
com.cete.dynamicpdf.pageelements.charting.axes.NumericXAxisLabel
public class NumericXAxisLabel
Represents a Numeric x-axis label.
Licensing:
This is a DynamicPDF Generator Enterprise
 Edition feature. One of the following licenses is required for non-evaluation usage:
 
| Constructor Summary | |
|---|---|
| NumericXAxisLabel(java.lang.String text,
                  float value)Initializes a new instance of the NumericXAxisLabelclass. | |
| NumericXAxisLabel(java.lang.String text,
                  float value,
                  Font font,
                  float fontSize,
                  Color textColor)Initializes a new instance of the NumericXAxisLabelclass. | |
| Method Summary | |
|---|---|
|  float | getValue()Gets the position of the numeric axis label. | 
|  void | setValue(float value)Sets the position of the numeric axis label. | 
| Methods inherited from class com.cete.dynamicpdf.pageelements.charting.axes.AxisLabel | 
|---|
| getFont, getFontSize, getText, getTextColor, setFont, setFontSize, setText, setTextColor | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public NumericXAxisLabel(java.lang.String text,
                         float value)
NumericXAxisLabel class.
text - Text to display in the numeric axis label.value - Position of the numeric axis label.
public NumericXAxisLabel(java.lang.String text,
                         float value,
                         Font font,
                         float fontSize,
                         Color textColor)
NumericXAxisLabel class.
text - Text to display in the numeric axis label.value - Position of the numeric axis label.font - Font for the text of the numeric axis label.fontSize - Font size for the text of the numeric axis label.textColor - Color for the text of the numeric axis label.NumericXAxisLabel| Method Detail | 
|---|
public float getValue()
public void setValue(float value)
value - to set the position of the numeric axis label.| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||