|
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 All Classes | ||||||||
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
public abstract class BaseMajorTick
Field Summary |
---|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
BaseMajorTick(CommonGraph graph)
|
Method Summary | |
---|---|
boolean |
getStyleXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode node)
|
abstract int |
getTickStyle()
Retrieves the style of the axis tick marks. |
abstract boolean |
isVisible()
Deprecated. As of 11.1.1.0.16, replaced by new constants to getTickStyle() |
void |
setStyleXML(oracle.dss.util.xml.ObjectNode node)
|
abstract void |
setTickStyle(int style)
Specifies the style of the axis tick marks. |
abstract 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 BaseMajorTick(CommonGraph graph)
graph
- The graph that this object belongs to.Method Detail |
---|
public abstract int getTickStyle()
BaseGraphComponent
class and begin with GS_.
public abstract 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
public abstract boolean isVisible()
isVisible
in class BaseBorderLine
public abstract 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 All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |