public class TreemapNodeHeader extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
TreemapNodeHeader() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Description:
Specifies the identifier for the component
|
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 |
setId(java.lang.String id)
Description:
Specifies the identifier for the component
|
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, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
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 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.