public class O1Axis extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
O1Axis() |
| 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 axis line in RGB hexadecimal.
|
int |
getLineWidth()
Description: Specifies the width of the axis line in pixels.
|
java.lang.String |
getLineWidthAsString()
Description: Specifies the width of the axis line in pixels.
|
java.lang.String |
getScrolling()
Description: Specifies the axis scrolling behavior.
|
java.lang.String |
getTagName() |
boolean |
isRendered()
Description: Indicates whether the axis line is rendered.
|
java.lang.String |
isRenderedAsString()
Description: Indicates whether the axis line 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 axis line in RGB hexadecimal.
|
void |
setLineWidth(int lineWidth)
Description: Specifies the width of the axis line in pixels.
|
void |
setLineWidthAsString(java.lang.String lineWidth)
Description: Specifies the width of the axis line in pixels.
|
void |
setRendered(boolean rendered)
Description: Indicates whether the axis line is rendered.
|
void |
setRenderedAsString(java.lang.String rendered)
Description: Indicates whether the axis line is rendered.
|
void |
setScrolling(java.lang.String scrolling)
Description: Specifies the axis scrolling behavior.
|
_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 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 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.public java.lang.String getScrolling()
public void setScrolling(java.lang.String scrolling)
scrolling - the value of the scrolling attribute of the Tag this class represents.