|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
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.Y2MajorTick
public class Y2MajorTick
A mark along the Y2-axis. Y2-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 | |
---|---|
Y2MajorTick(CommonGraph graph)
|
Method Summary | |
---|---|
protected java.lang.String |
getComponentName()
|
int |
getTickStyle()
Retrieves the style of the Y2-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 Y2-axis major grid in the graph. |
void |
setTickStyle(int style)
Specifies the style of the Y2-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 Y2MajorTick(CommonGraph graph)
graph
- The graph that this object belongs to.Method Detail |
---|
public boolean selectObject(int series, int group)
selectObject
in class BaseGraphComponent
series
- 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 BaseMajorTick
public void setTickStyle(int style)
BaseGraphComponent
class and begin with GS_.
setTickStyle
in class BaseMajorTick
style
- A constant that represents the style of the X1-axis tick
marks. If you enter an invalid parameter value, then the graph ignores it
and logs an ErrorHandler
message.public boolean isVisible()
isVisible
in class BaseMajorTick
true
if they are visible, false
if they are invisible.public void setVisible(boolean visible)
setVisible
in class BaseMajorTick
yesNo
- 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 ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |