|
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.XYDataLabel
public abstract class XYDataLabel
Base class from which data labels are derived.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
XYDataLabel()
|
Method Summary | |
---|---|
DataLabelAlign |
getAlign()
Gets the alignment of the data label. |
float |
getAngle()
Gets the angle of the data label. |
Color |
getColor()
Gets the Color object to use for the color of the xy data label. |
Font |
getFont()
Gets the Font object to use for the font of the xy data label. |
float |
getFontSize()
Gets the font size of the xy data label. |
float |
getPadding()
Gets the space between the x and y intersection point and data label. |
DataLabelPosition |
getPosition()
Gets the DataLabelPosition object to use for the positoin of the data label. |
java.lang.String |
getPrefix()
Gets the prefix of the xy data label. |
java.lang.String |
getSeparator()
Gets the separator of the xy data label. |
java.lang.String |
getSeperator()
Deprecated. as of DynamicPDF v8.0.0 replaced by getSeparator() |
java.lang.String |
getSuffix()
Gets the suffix of the xy data label. |
float |
getWidth()
Gets the width of the data label. |
boolean |
getWrapText()
Gets the text wrapping of the data label. |
void |
setAlign(DataLabelAlign align)
Sets the alignment of the data label. |
void |
setAngle(float value)
Sets the angle of the data label. |
void |
setColor(Color color)
Sets the Color object to use for the color of the xy data label. |
void |
setFont(Font font)
Sets the Font object to use for the font of the xy data label. |
void |
setFontSize(float fontSize)
Sets the font size of the xy data label. |
void |
setPadding(float value)
Sets the space between the x and y intersection point and data label. |
void |
setPosition(DataLabelPosition dataLabelPosition)
Sets the DataLabelPosition object to use for the positoin of the data label. |
void |
setPrefix(java.lang.String prefix)
Sets the prefix of the xy data label. |
void |
setSeparator(java.lang.String value)
Sets the separator of the xy data label. |
void |
setSeperator(java.lang.String value)
Deprecated. as of DynamicPDF v8.0.0 replaced by setSeparator(String value) |
void |
setSuffix(java.lang.String suffix)
Sets the suffix of the xy data label. |
void |
setWidth(float width)
Sets the width of the data label. |
void |
setWrapText(boolean value)
Sets the text wrapping of the data label. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XYDataLabel()
Method Detail |
---|
public Font getFont()
Font
object to use for the font of the xy data label.
Font
public void setFont(Font font)
Font
object to use for the font of the xy data label.
font
- Font object to use for the font of the xy data label.Font
public float getFontSize()
public void setFontSize(float fontSize)
fontSize
- the float value used to set font size of the xy data label.public float getWidth()
public void setWidth(float width)
width
- The width of the data label.public DataLabelAlign getAlign()
public void setAlign(DataLabelAlign align)
align
- The alignment of the data label.public DataLabelPosition getPosition()
DataLabelPosition
object to use for the positoin of the data label.
DataLabelPosition
object to use for the positoin of the data label.public void setPosition(DataLabelPosition dataLabelPosition)
DataLabelPosition
object to use for the positoin of the data label.
dataLabelPosition
- The DataLabelPosition
object to use for the positoin of the data label.public float getPadding()
public void setPadding(float value)
value
- The space between the x and y intersection point and data label.public float getAngle()
public void setAngle(float value)
value
- The angle of the data label.public boolean getWrapText()
public void setWrapText(boolean value)
value
- The text wrapping of the data label.public Color getColor()
Color
object to use for the color of the xy data label.
Color
public void setColor(Color color)
Color
object to use for the color of the xy data label.
color
- Color object to use for the color of the xy data label.Color
public java.lang.String getSuffix()
public void setSuffix(java.lang.String suffix)
suffix
- to set the suffix of the xy data label.public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix
- to set the prefix of the xy data label.public java.lang.String getSeperator()
getSeparator()
public void setSeperator(java.lang.String value)
setSeparator(String value)
value
- string object to set the separator of the xy data label.public java.lang.String getSeparator()
public void setSeparator(java.lang.String value)
value
- string object to set the separator of the xy data label.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |