public class TickMark extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
TickMark() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent()
Description: Specifies where tick marks occur within a gauge set.
|
java.lang.String |
getId()
Description: Specifies the identifier for the component
|
double |
getMajorIncrement()
Description: The distance between two major tick marks.
|
java.lang.String |
getMajorIncrementAsString()
Description: The distance between two major tick marks.
|
java.lang.String |
getMajorTickColor()
Description: Specifies the color of tick marks on the gauge.
|
int |
getMajorTickCount()
Description: Deprecated.
|
java.lang.String |
getMajorTickCountAsString()
Description: Deprecated.
|
double |
getMinorIncrement()
Description: The distance between two minor tick marks.
|
java.lang.String |
getMinorIncrementAsString()
Description: The distance between two minor tick marks.
|
java.lang.String |
getMinorTickColor()
Description: Specifies the color of minor tick marks on the gauge.
|
java.lang.String |
getTagName() |
void |
setContent(java.lang.String content)
Description: Specifies where tick marks occur within a gauge set.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the component
|
void |
setMajorIncrement(double majorIncrement)
Description: The distance between two major tick marks.
|
void |
setMajorIncrementAsString(java.lang.String majorIncrement)
Description: The distance between two major tick marks.
|
void |
setMajorTickColor(java.lang.String majorTickColor)
Description: Specifies the color of tick marks on the gauge.
|
void |
setMajorTickCount(int majorTickCount)
Description: Deprecated.
|
void |
setMajorTickCountAsString(java.lang.String majorTickCount)
Description: Deprecated.
|
void |
setMinorIncrement(double minorIncrement)
Description: The distance between two minor tick marks.
|
void |
setMinorIncrementAsString(java.lang.String minorIncrement)
Description: The distance between two minor tick marks.
|
void |
setMinorTickColor(java.lang.String minorTickColor)
Description: Specifies the color of minor tick marks on the gauge.
|
_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 getContent()
public void setContent(java.lang.String content)
content
- the value of the content attribute of the Tag this class represents.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 double getMajorIncrement() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setMajorIncrement(double majorIncrement)
majorIncrement
- the value of the majorIncrement attribute of the Tag this class represents.public java.lang.String getMajorIncrementAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setMajorIncrementAsString(java.lang.String majorIncrement)
majorIncrement
- the value of the majorIncrement attribute of the Tag this class represents.public java.lang.String getMajorTickColor()
public void setMajorTickColor(java.lang.String majorTickColor)
majorTickColor
- the value of the majorTickColor attribute of the Tag this class represents.public int getMajorTickCount() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setMajorTickCount(int majorTickCount)
majorTickCount
- the value of the majorTickCount attribute of the Tag this class represents.public java.lang.String getMajorTickCountAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setMajorTickCountAsString(java.lang.String majorTickCount)
majorTickCount
- the value of the majorTickCount attribute of the Tag this class represents.public double getMinorIncrement() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setMinorIncrement(double minorIncrement)
minorIncrement
- the value of the minorIncrement attribute of the Tag this class represents.public java.lang.String getMinorIncrementAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setMinorIncrementAsString(java.lang.String minorIncrement)
minorIncrement
- the value of the minorIncrement attribute of the Tag this class represents.public java.lang.String getMinorTickColor()
public void setMinorTickColor(java.lang.String minorTickColor)
minorTickColor
- the value of the minorTickColor attribute of the Tag this class represents.