public class TreemapNodeHeader extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
TreemapNodeHeader() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIsolate()
Description: Specifies whether isolate behavior is enabled on the node.
|
java.lang.String |
getLabelStyle()
Description: The font style for labels displayed within this header.
|
java.lang.String |
getTagName() |
java.lang.String |
getTitleHalign()
Description: The horizontal alignment of the title of this header.
|
java.lang.String |
getUseNodeColor()
Description: Specifies whether the node color should be displayed in the header.
|
void |
setIsolate(java.lang.String isolate)
Description: Specifies whether isolate behavior is enabled on the node.
|
void |
setLabelStyle(java.lang.String labelStyle)
Description: The font style for labels displayed within this header.
|
void |
setTitleHalign(java.lang.String titleHalign)
Description: The horizontal alignment of the title of this header.
|
void |
setUseNodeColor(java.lang.String useNodeColor)
Description: Specifies whether the node color should be displayed in the header.
|
_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 getIsolate()
public void setIsolate(java.lang.String isolate)
isolate - the value of the isolate attribute of the Tag this class represents.public java.lang.String getLabelStyle()
public void setLabelStyle(java.lang.String labelStyle)
labelStyle - the value of the labelStyle attribute of the Tag this class represents.public java.lang.String getTitleHalign()
public void setTitleHalign(java.lang.String titleHalign)
titleHalign - the value of the titleHalign attribute of the Tag this class represents.public java.lang.String getUseNodeColor()
public void setUseNodeColor(java.lang.String useNodeColor)
useNodeColor - the value of the useNodeColor attribute of the Tag this class represents.