| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.dataView.BaseComponentXML
oracle.dss.graph.BaseGraphComponent
oracle.dss.graph.BaseText
oracle.dss.graph.ZTickLabel
public class ZTickLabel
Identifies a tick mark on the Z-axis of a 3-D graph.
| Field Summary | |
|---|---|
| protected  oracle.dss.graph.pfj.draw.IdentObj | m_identObj2 | 
| Fields inherited from class oracle.dss.graph.BaseText | 
|---|
| m_font | 
| Fields inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
| m_jsfHashMap | 
| Constructor Summary | |
|---|---|
| ZTickLabel(CommonGraph graph) | |
| Method Summary | |
|---|---|
| protected  int | convertTickLabelSkipModeToInt(java.lang.String string) | 
| protected  java.lang.String | convertTickLabelSkipModeToString(int value) | 
| protected  java.lang.String | getComponentName() | 
|  int | getHorizontalAlignment()Retrieves the horizontal alignment for the text within the rectangle of the tick label. | 
|  boolean | getStyleXML(boolean allProperties,
            oracle.dss.util.xml.ObjectNode node) | 
|  int | getTextRotation()Retrieves the rotation for the rectangle for all of the Z-axis tick labels. | 
|  int | getTickLabelSkipCount()Retrieves the number of Z-axis tick labels that the graph hides between each one that is displayed. | 
|  int | getTickLabelSkipFirst()Retrieves the index of the first Z-axis tick label that is skipped. | 
|  int | getTickLabelSkipMode()Retrieves the type of skipping that is used for the Z-axis tick labels. | 
|  void | resetStyle() | 
|  boolean | selectObject(int series,
             int group)Selects all of the Z-axis tick labels in the graph. | 
|  void | setHorizontalAlignment(int a)Specifies the horizontal alignment of the text within the rectangle of the tick label.This property is also tied to the ZDrillLable | 
|  void | setStyleXML(oracle.dss.util.xml.ObjectNode node) | 
|  void | setTextRotation(int orient)Specifies the rotation for the rectangle for all of the Z-axis tick labels. | 
|  void | setTickLabelSkipCount(int count)Specifies the number of Z-axis tick labels that the graph hides between each one that is displayed. | 
|  void | setTickLabelSkipFirst(int first)Specifies the index of the first Z-axis tick label that is skipped. | 
|  void | setTickLabelSkipMode(int mode)Specifies the type of skipping that is used for the Z-axis tick labels. | 
| Methods inherited from class oracle.dss.graph.BaseText | 
|---|
| _getGraphFont, getDataviewFont, getFont, getGraphFont, isFontSizeAbsolute, setFont, setFontSizeAbsolute, setNonstyleXML, truncateText | 
| Methods inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
| getNonstyleXML, getStyleXML, getXML, setNonstyleXML, setXML, setXML, setXML, setXML | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected oracle.dss.graph.pfj.draw.IdentObj m_identObj2
| Constructor Detail | 
|---|
public ZTickLabel(CommonGraph graph)
graph - The graph that this object belongs to.| Method Detail | 
|---|
public boolean selectObject(int series,
                            int group)
series components, the group parameter is irrelevant.
selectObject in class BaseGraphComponentseries - The series in the graph that these tick labels belong to.group - Any integer.
true if it is successful, false if it is not.public int getTextRotation()
BaseGraphComponent.TR_HORIZ, 
BaseGraphComponent.TR_HORIZ_ROTATE_90, 
BaseGraphComponent.TR_HORIZ_ROTATE_270public void setTextRotation(int orient)
orient - A constant that represents the rotation for the rectangle
 for all of the Z-axis tick labels. Valid constants are listed in the
          See Also section.TextRotation retains its
 previous value.
 BaseGraphComponent.TR_HORIZ, 
BaseGraphComponent.TR_HORIZ_ROTATE_90, 
BaseGraphComponent.TR_HORIZ_ROTATE_270public int getTickLabelSkipCount()
public void setTickLabelSkipCount(int count)
count - The number of Z-axis tick labels for the graph to hide between
 each one that is displayed.public int getTickLabelSkipFirst()
ZTickLabel that is skipped.public void setTickLabelSkipFirst(int first)
first - The index of the first Z-axis tick label that is skipped.public int getTickLabelSkipMode()
BaseGraphComponent.TLS_AUTOMATIC, 
BaseGraphComponent.TLS_MANUAL, 
BaseGraphComponent.TLS_NOSKIPpublic void setTickLabelSkipMode(int mode)
mode - A constant that represents the type of skipping that is
 used for the Z-axis tick labels.
 Valid constants are listed in the See Also section.
 If you enter an invalid value,
 then the graph logs a message with the ErrorHandler, and
 the TickLabelSkipMode property value does not change.BaseGraphComponent.TLS_AUTOMATIC, 
BaseGraphComponent.TLS_MANUAL, 
BaseGraphComponent.TLS_NOSKIPpublic void setHorizontalAlignment(int a)
This method has no effect on axis titles in a 3-D graph.
setHorizontalAlignment in interface HorizontalAlignmenta - A Swing constant that represents the horizontal
 alignment for the text of the tick label.
 Valid constants are LEFT, CENTER, and
 RIGHT.public int getHorizontalAlignment()
getHorizontalAlignment in interface HorizontalAlignmentSwingConstant value that represents the horizontal alignment
 for the text of this tick label. Valid constants are LEFT,
 CENTER, and RIGHT.protected java.lang.String convertTickLabelSkipModeToString(int value)
protected int convertTickLabelSkipModeToInt(java.lang.String string)
protected java.lang.String getComponentName()
getComponentName in class BaseComponentXML
public boolean getStyleXML(boolean allProperties,
                           oracle.dss.util.xml.ObjectNode node)
getStyleXML in class BaseTextpublic void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML in class BaseTextpublic void resetStyle()
resetStyle in class BaseText| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||