public class LegendText extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
LegendText() |
| Modifier and Type | Method and Description |
|---|---|
GraphFont |
getGraphFont()
Description: Formats fonts in graph components that display text.
|
java.lang.String |
getHorizontalAlignment()
Description: Indicates where to position the legend text relative to the associated marker.
|
java.lang.String |
getId()
Description: Specifies the identifier for the component
|
java.lang.String |
getTagName() |
void |
setGraphFont(GraphFont graphFont)
Description: Formats fonts in graph components that display text.
|
void |
setHorizontalAlignment(java.lang.String horizontalAlignment)
Description: Indicates where to position the legend text relative to the associated marker.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the component
|
_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 getHorizontalAlignment()
public void setHorizontalAlignment(java.lang.String horizontalAlignment)
horizontalAlignment - the value of the horizontalAlignment 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 GraphFont getGraphFont()
public void setGraphFont(GraphFont graphFont)
graphFont - the GraphFont of the Tag this class represents.