| 
 | 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.BaseBorderLine
oracle.dss.graph.BaseMajorTick
oracle.dss.graph.Y1MajorTick
public class Y1MajorTick
A mark along the Y1-axis. Y1-axis major tick marks shows regular intervals of data along the axis.
| Field Summary | 
|---|
| Fields inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
| m_jsfHashMap | 
| Constructor Summary | |
|---|---|
| Y1MajorTick(CommonGraph graph) | |
| Method Summary | |
|---|---|
| protected  java.lang.String | getComponentName() | 
|  int | getTickStyle()Retrieves the style of the Y1-axis tick marks. | 
|  boolean | isVisible()Deprecated. As of 11.1.1.0.16, replaced by new constants to getTickStyle() | 
|  boolean | selectObject(int series,
             int group)Selects the Y1-axis major grid in the graph. | 
|  void | setTickStyle(int style)Specifies the style of the Y1-axis tick marks. | 
|  void | setVisible(boolean visible)Deprecated. As of 11.1.1.0.16, replaced by new constants to setTickStyle() | 
| Methods inherited from class oracle.dss.graph.BaseMajorTick | 
|---|
| getStyleXML, setStyleXML | 
| Methods inherited from class oracle.dss.graph.BaseBorderLine | 
|---|
| getLineColor, getLineStyle, getLineWidth, resetStyle, setLineColor, setLineStyle, setLineWidth | 
| Methods inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
| getNonstyleXML, getStyleXML, getXML, setNonstyleXML, setNonstyleXML, setXML, setXML, setXML, setXML | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Y1MajorTick(CommonGraph graph)
graph - The graph that this object belongs to.| Method Detail | 
|---|
public boolean selectObject(int series,
                            int group)
selectObject in class BaseGraphComponentseries - Any integer.group - Any integer.
true if it is successful, false if it
 is not.public int getTickStyle()
BaseGraphComponent class
 and begin with GS_.
getTickStyle in class BaseMajorTickpublic void setTickStyle(int style)
BaseGraphComponent class
 and begin with GS_.
setTickStyle in class BaseMajorTickstyle - A constant that represents the style of the Y1-axis tick
 marks. If you enter an invalid parameter value, the graph ignores it and
 logs an ErrorHandler message.public boolean isVisible()
isVisible in class BaseMajorTicktrue if they are visible, false if they
 are invisible.public void setVisible(boolean visible)
setVisible in class BaseMajorTickyesNo - true to make them visible, false
 to make them invisible.protected java.lang.String getComponentName()
getComponentName in class BaseComponentXML| 
 | 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 | ||||||||