public class MinorTick extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
MinorTick() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Description:
Specifies the identifier for the component
|
java.lang.String |
getLineColor()
Description:
Specifies the color of the tick mark.
|
java.lang.String |
getLineStyle()
Description:
Specifies the style of the tick mark.
|
java.lang.Number |
getLineWidth()
Description:
Specifies the width of the tick mark.
|
java.lang.String |
getLineWidthAsString()
Description:
Specifies the width of the tick mark.
|
java.lang.String |
getTagName() |
boolean |
isRendered()
Description:
Specifies whether the component is rendered.
|
java.lang.String |
isRenderedAsString()
Description:
Specifies whether the component is rendered.
|
void |
setId(java.lang.String id)
Description:
Specifies the identifier for the component
|
void |
setLineColor(java.lang.String lineColor)
Description:
Specifies the color of the tick mark.
|
void |
setLineStyle(java.lang.String lineStyle)
Description:
Specifies the style of the tick mark.
|
void |
setLineWidth(java.lang.Number lineWidth)
Description:
Specifies the width of the tick mark.
|
void |
setLineWidthAsString(java.lang.String lineWidth)
Description:
Specifies the width of the tick mark.
|
void |
setRendered(boolean rendered)
Description:
Specifies whether the component is rendered.
|
void |
setRenderedAsString(java.lang.String rendered)
Description:
Specifies whether the component is rendered.
|
_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 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 getLineColor()
public void setLineColor(java.lang.String lineColor)
lineColor - the value of the lineColor attribute of the Tag this class represents.public java.lang.String getLineStyle()
public void setLineStyle(java.lang.String lineStyle)
lineStyle - the value of the lineStyle attribute of the Tag this class represents.public java.lang.Number getLineWidth()
public void setLineWidth(java.lang.Number lineWidth)
lineWidth - the value of the lineWidth attribute of the Tag this class represents.public java.lang.String getLineWidthAsString()
public void setLineWidthAsString(java.lang.String lineWidth)
lineWidth - the value of the lineWidth 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.