public class O1MajorTick extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
O1MajorTick() |
| 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 major tick line on the axis.
|
java.lang.String |
getLineStyle()
Description:
Specifies the style for the major tick line.
|
int |
getLineWidth()
Description:
Specifies the width of the major tick line in pixels.
|
java.lang.String |
getLineWidthAsString()
Description:
Specifies the width of the major tick line in pixels.
|
java.lang.String |
getTagName() |
java.lang.String |
getTickStyle()
Description:
Specifies the type of tick mark to be used for major ticks on this axis.
|
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 major tick line on the axis.
|
void |
setLineStyle(java.lang.String lineStyle)
Description:
Specifies the style for the major tick line.
|
void |
setLineWidth(int lineWidth)
Description:
Specifies the width of the major tick line in pixels.
|
void |
setLineWidthAsString(java.lang.String lineWidth)
Description:
Specifies the width of the major tick line in pixels.
|
void |
setTickStyle(java.lang.String tickStyle)
Description:
Specifies the type of tick mark to be used for major ticks on this axis.
|
_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 int getLineWidth()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setLineWidth(int lineWidth)
lineWidth - the value of the lineWidth attribute of the Tag this class represents.public java.lang.String getLineWidthAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setLineWidthAsString(java.lang.String lineWidth)
lineWidth - the value of the lineWidth attribute of the Tag this class represents.public java.lang.String getTickStyle()
public void setTickStyle(java.lang.String tickStyle)
tickStyle - the value of the tickStyle attribute of the Tag this class represents.