|
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.O1MajorTick
public class O1MajorTick
A mark along the O1-axis. O1-axis major tick marks separate dimension members along the axis.
Field Summary |
---|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
O1MajorTick(CommonGraph graph)
|
Method Summary | |
---|---|
protected java.lang.String |
getComponentName()
|
boolean |
getStyleXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode node)
|
int |
getTickStyle()
Retrieves the style of the O1-axis tick marks. |
boolean |
isSkippedWithLabels()
Indicates whether the O1-axis tick marks are skipped when the O1-axis tick labels are skipped. |
boolean |
isVisible()
Deprecated. As of 11.1.1.0.16, replaced by new constants to getTickStyle() |
protected void |
resetStyle()
|
boolean |
selectObject(int series,
int group)
Selects the O1-axis major grid in the graph. |
void |
setSkippedWithLabels(boolean skipped)
Specifies whether to skip O1-axis tick marks when O1TickLabels
are skipped. |
void |
setStyleXML(oracle.dss.util.xml.ObjectNode node)
|
void |
setTickStyle(int style)
Specifies the style of the O1-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, 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 O1MajorTick(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 O1-axis tick
marks. If you enter an invalid parameter value, then the graph ignores it
and logs an ErrorHandler
message.public void setSkippedWithLabels(boolean skipped)
O1TickLabels
are skipped.
skipped
- true
to skip tick marks wherever labels are
skipped,
false
to display tick marks even where labels
are skipped.O1TickLabel.setTickLabelSkipMode(int)
public boolean isSkippedWithLabels()
true
if the tick marks are skipped wherever
tick labels are skipped,
false if the tick marks appear, regardless
of whether the tick labels are skipped.O1TickLabel.setTickLabelSkipMode(int)
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
visible
- true
to make them visible, false
to make them invisible.protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
public boolean getStyleXML(boolean allProperties, oracle.dss.util.xml.ObjectNode node)
getStyleXML
in class BaseMajorTick
public void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML
in class BaseMajorTick
protected void resetStyle()
resetStyle
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 |