public class TickLabel extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
TickLabel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAutoPrecision()
Description: Specifies the auto precision function of this label Valid values are: on - The engine decides the number of digits on the numbers.
|
java.lang.String |
getContent()
Description: Specifies where tick labels occur within a gauge set.
|
GaugeFont |
getGaugeFont()
Description: Use the gaugeFont tag to format fonts in gauge components that display text.
|
java.lang.String |
getId()
Description: Specifies the identifier for the component
|
NumberFormat |
getNumberFormat()
Description: Specifies formatting for numeric values.
|
java.lang.String |
getNumberType()
Description: Format for numbers that are displayed in the tick labels.
|
java.lang.String |
getPosition()
Description: Specifies the position of the tick labels.
|
java.lang.String |
getScaling()
Description: Specifies the scale factor of this label Valid values are: auto - Automatically scales the number.
|
java.lang.String |
getTagName() |
void |
setAutoPrecision(java.lang.String autoPrecision)
Description: Specifies the auto precision function of this label Valid values are: on - The engine decides the number of digits on the numbers.
|
void |
setContent(java.lang.String content)
Description: Specifies where tick labels occur within a gauge set.
|
void |
setGaugeFont(GaugeFont gaugeFont)
Description: Use the gaugeFont tag to format fonts in gauge components that display text.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the component
|
void |
setNumberFormat(NumberFormat numberFormat)
Description: Specifies formatting for numeric values.
|
void |
setNumberType(java.lang.String numberType)
Description: Format for numbers that are displayed in the tick labels.
|
void |
setPosition(java.lang.String position)
Description: Specifies the position of the tick labels.
|
void |
setScaling(java.lang.String scaling)
Description: Specifies the scale factor of this label Valid values are: auto - Automatically scales the number.
|
_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 getAutoPrecision()
public void setAutoPrecision(java.lang.String autoPrecision)
autoPrecision
- the value of the autoPrecision attribute of the Tag this class represents.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 java.lang.String getNumberType()
public void setNumberType(java.lang.String numberType)
numberType
- the value of the numberType attribute of the Tag this class represents.public java.lang.String getPosition()
public void setPosition(java.lang.String position)
position
- the value of the position attribute of the Tag this class represents.public java.lang.String getScaling()
public void setScaling(java.lang.String scaling)
scaling
- the value of the scaling attribute of the Tag this class represents.public GaugeFont getGaugeFont()
public void setGaugeFont(GaugeFont gaugeFont)
gaugeFont
- the GaugeFont of the Tag this class represents.public NumberFormat getNumberFormat()
public void setNumberFormat(NumberFormat numberFormat)
numberFormat
- the NumberFormat of the Tag this class represents.