|
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.BaseMinorTick
public abstract class BaseMinorTick
Field Summary |
---|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
BaseMinorTick(CommonGraph graph)
|
Method Summary | |
---|---|
boolean |
getStyleXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode node)
|
int |
getTickStyle()
Retrieves the style of the 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 X1-axis Minor grid in the graph. |
void |
setStyleXML(oracle.dss.util.xml.ObjectNode node)
|
void |
setTickStyle(int style)
Specifies the style of the 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.BaseBorderLine |
---|
getLineColor, getLineStyle, getLineWidth, resetStyle, setLineColor, setLineStyle, setLineWidth |
Methods inherited from class oracle.dss.dataView.BaseComponentXML |
---|
getComponentName, 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 BaseMinorTick(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_.
public void setTickStyle(int style)
BaseGraphComponent
class
and begin with GS_.
style
- A constant that represents the style of the axis tick
marks. If you enter an invalid parameter value, then the graph ignores it
and logs an ErrorHandler
message.public boolean getStyleXML(boolean allProperties, oracle.dss.util.xml.ObjectNode node)
getStyleXML
in class BaseBorderLine
public void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML
in class BaseBorderLine
@Deprecated public boolean isVisible()
isVisible
in class BaseBorderLine
@Deprecated public void setVisible(boolean visible)
setVisible
in class BaseBorderLine
|
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 |