public class O1TickLabel extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
O1TickLabel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAutomaticRotation()
Description: Specifies the the angle of automatic rotation for the text within the rectangle for each of the ordinal axis tick labels.
|
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 |
getTagName() |
java.lang.String |
getTextRotation()
Description: Specifies the orientation of the rotated text.
|
int |
getTickLabelSkipCount()
Description: Specifies the number of tick labels that the graph hides between each displayed tick label.
|
java.lang.String |
getTickLabelSkipCountAsString()
Description: Specifies the number of tick labels that the graph hides between each displayed tick label.
|
int |
getTickLabelSkipFirst()
Description: Specifies the index of the first tick label that is to be skipped.
|
java.lang.String |
getTickLabelSkipFirstAsString()
Description: Specifies the index of the first tick label that is to be skipped.
|
java.lang.String |
getTickLabelSkipMode()
Description: Specifies the type of skipping that is used for the tick labels on this axis.
|
boolean |
isRendered()
Description: Indicates whether the O1TickLabels are to be visible.
|
java.lang.String |
isRenderedAsString()
Description: Indicates whether the O1TickLabels are to be visible.
|
void |
setAutomaticRotation(java.lang.String automaticRotation)
Description: Specifies the the angle of automatic rotation for the text within the rectangle for each of the ordinal axis tick labels.
|
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 O1TickLabels are to be visible.
|
void |
setRenderedAsString(java.lang.String rendered)
Description: Indicates whether the O1TickLabels are to be visible.
|
void |
setTextRotation(java.lang.String textRotation)
Description: Specifies the orientation of the rotated text.
|
void |
setTickLabelSkipCount(int tickLabelSkipCount)
Description: Specifies the number of tick labels that the graph hides between each displayed tick label.
|
void |
setTickLabelSkipCountAsString(java.lang.String tickLabelSkipCount)
Description: Specifies the number of tick labels that the graph hides between each displayed tick label.
|
void |
setTickLabelSkipFirst(int tickLabelSkipFirst)
Description: Specifies the index of the first tick label that is to be skipped.
|
void |
setTickLabelSkipFirstAsString(java.lang.String tickLabelSkipFirst)
Description: Specifies the index of the first tick label that is to be skipped.
|
void |
setTickLabelSkipMode(java.lang.String tickLabelSkipMode)
Description: Specifies the type of skipping that is used for the tick labels on this axis.
|
_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 getAutomaticRotation()
public void setAutomaticRotation(java.lang.String automaticRotation)
automaticRotation - the value of the automaticRotation 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 getTextRotation()
public void setTextRotation(java.lang.String textRotation)
textRotation - the value of the textRotation attribute of the Tag this class represents.
public int getTickLabelSkipCount()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setTickLabelSkipCount(int tickLabelSkipCount)
tickLabelSkipCount - the value of the tickLabelSkipCount attribute of the Tag this class represents.
public java.lang.String getTickLabelSkipCountAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setTickLabelSkipCountAsString(java.lang.String tickLabelSkipCount)
tickLabelSkipCount - the value of the tickLabelSkipCount attribute of the Tag this class represents.
public int getTickLabelSkipFirst()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setTickLabelSkipFirst(int tickLabelSkipFirst)
tickLabelSkipFirst - the value of the tickLabelSkipFirst attribute of the Tag this class represents.
public java.lang.String getTickLabelSkipFirstAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setTickLabelSkipFirstAsString(java.lang.String tickLabelSkipFirst)
tickLabelSkipFirst - the value of the tickLabelSkipFirst attribute of the Tag this class represents.public java.lang.String getTickLabelSkipMode()
public void setTickLabelSkipMode(java.lang.String tickLabelSkipMode)
tickLabelSkipMode - the value of the tickLabelSkipMode attribute of the Tag this class represents.public GraphFont getGraphFont()
public void setGraphFont(GraphFont graphFont)
graphFont - the GraphFont of the Tag this class represents.