|
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.ScalarDataLabel
public class ScalarDataLabel
This class represents scalar data label.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
ScalarDataLabel(boolean showValue)
Initializes a new instance of the ScalarDataLabel class. |
|
ScalarDataLabel(boolean showValue,
boolean showElement)
Initializes a new instance of the ScalarDataLabel class. |
|
ScalarDataLabel(boolean showValue,
boolean showPercentage,
boolean showElement)
Initializes a new instance of the ScalarDataLabel class. |
|
ScalarDataLabel(Font font,
float fontSize,
Color color,
boolean showValue)
Initializes a new instance of the ScalarDataLabel class. |
Method Summary | |
---|---|
Color |
getColor()
Gets the Color object to use for the color of the scalar data label. |
Font |
getFont()
Gets the Font object to use for the font of the scalar data label. |
float |
getFontSize()
Gets the font size of the scalar data label. |
java.lang.String |
getPrefix()
Gets the prefix of the scalar data label. |
java.lang.String |
getSeparator()
Gets the separator of the scalar data label. |
java.lang.String |
getSeperator()
Deprecated. as of DynamicPDF v8.0.0 replaced by getSeparator() |
boolean |
getShowElement()
Gets visible status of the pie series element name. |
boolean |
getShowPercentage()
Gets visible status of the pie series element value in percentage. |
boolean |
getShowValue()
Gets visible status of the pie series element value. |
java.lang.String |
getSuffix()
Gets the suffix of the scalar data label. |
void |
setColor(Color color)
Sets the Color object to use for the color of the scalar data label. |
void |
setFont(Font font)
Sets the Font object to use for the font of the scalar data label. |
void |
setFontSize(float fontSize)
Sets the font size of the scalar data label. |
void |
setPrefix(java.lang.String prefix)
Sets the prefix of the scalar data label. |
void |
setSeparator(java.lang.String value)
Sets the separator of the scalar data label. |
void |
setSeperator(java.lang.String value)
Deprecated. as of DynamicPDF v8.0.0 replaced by setSeparator(String) |
void |
setShowElement(boolean showElement)
Sets visible status of the pie series element name. |
void |
setShowPercentage(boolean showPercentage)
Sets visible status of the pie series element value in percentage. |
void |
setShowValue(boolean showValue)
Sets visible status of the pie series element value. |
void |
setSuffix(java.lang.String suffix)
Sets the suffix of the scalar data label. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScalarDataLabel(boolean showValue)
ScalarDataLabel
class.
showValue
- boolean value indicating visible status of the pie series element value.public ScalarDataLabel(boolean showValue, boolean showElement)
ScalarDataLabel
class.
showValue
- boolean value indicating visible status of the pie series element value.showElement
- boolean value indicating visible status of the pie series element name.public ScalarDataLabel(boolean showValue, boolean showPercentage, boolean showElement)
ScalarDataLabel
class.
showValue
- boolean value indicating visible status of the pie series element value.showPercentage
- boolean value indicating visible status of the pie series element value in percentage.showElement
- boolean value indicating visible status of the pie series element name.public ScalarDataLabel(Font font, float fontSize, Color color, boolean showValue)
ScalarDataLabel
class.
font
- Font
of the scalar data label.fontSize
- font size of the scalar data label.color
- Color
of the scalar data label.showValue
- boolean value indicating visible status of the pie series element value.Method Detail |
---|
public Font getFont()
Font
object to use for the font of the scalar data label.
Font
public void setFont(Font font)
Font
object to use for the font of the scalar data label.
font
- Font object to use for the font of the scalar data label.Font
public float getFontSize()
public void setFontSize(float fontSize)
fontSize
- the float value used to set font size of the scalar data label.public Color getColor()
Color
object to use for the color of the scalar data label.
Color
public void setColor(Color color)
Color
object to use for the color of the scalar data label.
color
- Color object to use for the color of the scalar data label.Color
public java.lang.String getSuffix()
public void setSuffix(java.lang.String suffix)
suffix
- to set the suffix of the scalar data label.public java.lang.String getPrefix()
public void setPrefix(java.lang.String prefix)
prefix
- to set the prefix of the scalar data label.public java.lang.String getSeperator()
getSeparator()
public void setSeperator(java.lang.String value)
setSeparator(String)
value
- string object to set the separator of the scalar data label.public java.lang.String getSeparator()
public void setSeparator(java.lang.String value)
value
- string object to set the separator of the scalar data label.public boolean getShowValue()
public void setShowValue(boolean showValue)
showValue
- boolean value to set visible status of the series value.public boolean getShowPercentage()
public void setShowPercentage(boolean showPercentage)
showPercentage
- boolean value to set the visible status of the series value as a percentage.public boolean getShowElement()
public void setShowElement(boolean showElement)
showElement
- to set visible status of the pie series element name.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |