@Deprecated public class X1TickLabel extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
X1TickLabel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAutoPrecision()
Deprecated.
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()
Deprecated.
Description:
Formats fonts in graph components that display text.
|
java.lang.String |
getId()
Deprecated.
Description:
Specifies the identifier for the component
|
java.lang.String |
getScaling()
Deprecated.
Description:
Specifies the scale factor of this label
Valid values are:
auto - Automatically scales the number.
|
java.lang.String |
getTagName()
Deprecated.
|
java.lang.String |
getTextRotation()
Deprecated.
Description:
Specifies the orientation of rotated text.
|
boolean |
isRendered()
Deprecated.
Description:
Indicates whether the X1TickLabels are to be visible.
|
java.lang.String |
isRenderedAsString()
Deprecated.
Description:
Indicates whether the X1TickLabels are to be visible.
|
void |
setAutoPrecision(java.lang.String autoPrecision)
Deprecated.
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)
Deprecated.
Description:
Formats fonts in graph components that display text.
|
void |
setId(java.lang.String id)
Deprecated.
Description:
Specifies the identifier for the component
|
void |
setRendered(boolean rendered)
Deprecated.
Description:
Indicates whether the X1TickLabels are to be visible.
|
void |
setRenderedAsString(java.lang.String rendered)
Deprecated.
Description:
Indicates whether the X1TickLabels are to be visible.
|
void |
setScaling(java.lang.String scaling)
Deprecated.
Description:
Specifies the scale factor of this label
Valid values are:
auto - Automatically scales the number.
|
void |
setTextRotation(java.lang.String textRotation)
Deprecated.
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.