public class Y1TickLabel extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
Y1TickLabel() |
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.
|
GraphFont |
getGraphFont()
Description:
Formats fonts in graph components that display text.
|
java.lang.String |
getId()
Description:
Specifies the identifier for the component
|
java.lang.String |
getScaling()
Description:
Specifies the scale factor of this label
Valid values are:
auto - Automatically scales the number.
|
java.lang.String |
getTagName() |
java.lang.String |
getTextRotation()
Description:
Specifies the orientation of rotated text.
|
boolean |
isRendered()
Description:
Indicates whether the Y1TickLabels are to be visible.
|
java.lang.String |
isRenderedAsString()
Description:
Indicates whether the Y1TickLabels are to be visible.
|
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 |
setGraphFont(GraphFont graphFont)
Description:
Formats fonts in graph components that display text.
|
void |
setId(java.lang.String id)
Description:
Specifies the identifier for the component
|
void |
setRendered(boolean rendered)
Description:
Indicates whether the Y1TickLabels are to be visible.
|
void |
setRenderedAsString(java.lang.String rendered)
Description:
Indicates whether the Y1TickLabels are to be visible.
|
void |
setScaling(java.lang.String scaling)
Description:
Specifies the scale factor of this label
Valid values are:
auto - Automatically scales the number.
|
void |
setTextRotation(java.lang.String textRotation)
Description:
Specifies the orientation of rotated text.
|
_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 getId()
public void setId(java.lang.String id)
id
- the value of the id 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 getScaling()
public void setScaling(java.lang.String scaling)
scaling
- the value of the scaling attribute of the Tag this class represents.public java.lang.String getTextRotation()
public void setTextRotation(java.lang.String textRotation)
textRotation
- the value of the textRotation attribute of the Tag this class represents.public GraphFont getGraphFont()
public void setGraphFont(GraphFont graphFont)
graphFont
- the GraphFont of the Tag this class represents.