|
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.AxisLabel
public abstract class AxisLabel
Base class from which all axis labels are derived.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
Font |
getFont()
Gets the Font object to use for the text of the axis label. |
float |
getFontSize()
Gets the font size for the text of the axis label. |
java.lang.String |
getText()
Gets the text of the axis label. |
Color |
getTextColor()
Gets the Color object to use for the text of the axis label. |
void |
setFont(Font font)
Sets the Font object to use for the text of the axis label. |
void |
setFontSize(float fontSize)
Sets the font size for the text of the axis label. |
void |
setText(java.lang.String text)
Sets the text of the axis label. |
void |
setTextColor(Color color)
Sets the Color object to use for the text of the axis label. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getText()
public void setText(java.lang.String text)
text
- string used to set the text of the axis label.public Font getFont()
Font
object to use for the text of the axis label.
Font
public void setFont(Font font)
Font
object to use for the text of the axis label.
font
- object to use for the text of the axis label.Font
public float getFontSize()
public void setFontSize(float fontSize)
fontSize
- float used to set font size for the text of the axis label.public Color getTextColor()
Color
object to use for the text of the axis label.
Color
public void setTextColor(Color color)
Color
object to use for the text of the axis label.
color
- color object to use for the text of the axis label.Color
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |