public class SliceLabel extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
SliceLabel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAutoPrecision()
Description: Specifies the auto precision function of this label Valid values are: on - The engine decides the number of digits on the numbers.
|
GraphFont |
getGraphFont()
Description: Formats fonts in graph components that display text.
|
java.lang.String |
getId()
Description: Specifies the identifier for the component
|
NumberFormat |
getNumberFormat()
Description: Specifies formatting for numeric values.
|
java.lang.String |
getScaling()
Description: Specifies the scale factor of this label Valid values are: auto - Automatically scales the number.
|
java.lang.String |
getTagName() |
java.lang.String |
getTextType()
Description: Specifies the type of contents to appear in a slice label.
|
boolean |
isRendered()
Description: Use to indicate whether the slice label is rendered.
|
java.lang.String |
isRenderedAsString()
Description: Use to indicate whether the slice label is rendered.
|
void |
setAutoPrecision(java.lang.String autoPrecision)
Description: Specifies the auto precision function of this label Valid values are: on - The engine decides the number of digits on the numbers.
|
void |
setGraphFont(GraphFont graphFont)
Description: Formats fonts in graph components that display text.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the component
|
void |
setNumberFormat(NumberFormat numberFormat)
Description: Specifies formatting for numeric values.
|
void |
setRendered(boolean rendered)
Description: Use to indicate whether the slice label is rendered.
|
void |
setRenderedAsString(java.lang.String rendered)
Description: Use to indicate whether the slice label is rendered.
|
void |
setScaling(java.lang.String scaling)
Description: Specifies the scale factor of this label Valid values are: auto - Automatically scales the number.
|
void |
setTextType(java.lang.String textType)
Description: Specifies the type of contents to appear in a slice label.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsListpublic java.lang.String getTagName()
getTagName in class ComplexExtendedPropertiespublic java.lang.String getAutoPrecision()
public void setAutoPrecision(java.lang.String autoPrecision)
autoPrecision - the value of the autoPrecision attribute of the Tag this class represents.public java.lang.String getId()
public void setId(java.lang.String id)
id - the value of the id attribute of the Tag this class represents.public boolean isRendered()
public void setRendered(boolean rendered)
rendered - the value of the rendered attribute of the Tag this class represents.public java.lang.String isRenderedAsString()
public void setRenderedAsString(java.lang.String rendered)
rendered - the value of the rendered attribute of the Tag this class represents.public java.lang.String getScaling()
public void setScaling(java.lang.String scaling)
scaling - the value of the scaling attribute of the Tag this class represents.public java.lang.String getTextType()
public void setTextType(java.lang.String textType)
textType - the value of the textType attribute of the Tag this class represents.public NumberFormat getNumberFormat()
public void setNumberFormat(NumberFormat numberFormat)
numberFormat - the NumberFormat of the Tag this class represents.public GraphFont getGraphFont()
public void setGraphFont(GraphFont graphFont)
graphFont - the GraphFont of the Tag this class represents.