|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.1.0) E17492-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.O1Axis
public class O1Axis
The ordinal axis on a line, bar, area, scatter, bubble, or stock market graph. The ordinal axis usually represents a dimension, and has dimension members along it, such as January 2000, February 2000, and so on. On most graphs, it is a horizontal axis. On horizontal graphs, it is a vertical axis. A graph can have either an ordinal axis or an X1-axis, never both.
| Field Summary | |
|---|---|
protected static java.lang.String |
a_axisLocation
|
protected static java.lang.String |
al_both
|
protected static java.lang.String |
al_left
|
protected static java.lang.String |
al_right
|
| Fields inherited from class oracle.dss.dataView.BaseComponentXML |
|---|
m_jsfHashMap |
| Constructor Summary | |
|---|---|
O1Axis(CommonGraph graph)
|
|
| Method Summary | |
|---|---|
protected int |
convertAxisLocationToInt(java.lang.String str)
|
protected java.lang.String |
convertAxisLocationToString(int loc)
|
int |
getAxisLocation()
Retrieves the location of this ordinal axis in the graph. |
protected java.lang.String |
getComponentName()
|
boolean |
getStyleXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode node)
|
boolean |
isVisible()
Indicates whether the O1-axis is visible. |
protected void |
resetStyle()
|
boolean |
selectObject(int series,
int group)
Selects the O1-axis in the graph. |
void |
setAxisLocation(int location)
Specifies the location of this ordinal axis in the graph. |
void |
setStyleXML(oracle.dss.util.xml.ObjectNode node)
|
void |
setVisible(boolean visible)
Specifies whether the O1-axis is visible. |
| 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 |
| Methods inherited from interface oracle.dss.graph.Line |
|---|
getLineColor, getLineWidth, setLineColor, setLineWidth |
| Field Detail |
|---|
protected static final java.lang.String al_left
protected static final java.lang.String al_right
protected static final java.lang.String al_both
protected static final java.lang.String a_axisLocation
| Constructor Detail |
|---|
public O1Axis(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 successful, false if not.public boolean isVisible()
isVisible in class BaseBorderLinetrue if it is visible, false if it is
invisible.public void setVisible(boolean visible)
setVisible in class BaseBorderLinevisible - true to make it visible, false
to make it invisible.public int getAxisLocation()
BaseGraphComponent and begin
with AL_.
BaseGraphComponent.AL_LEFT,
BaseGraphComponent.AL_RIGHT,
BaseGraphComponent.AL_BOTHpublic void setAxisLocation(int location)
BaseGraphComponent and begin
with AL_.
location - A constant that represents the location of this data
axis in the graph. If you enter an invalid parameter value, then the graph
logs an ErrorHandler message, and will not change the
AxisLocation attribute.BaseGraphComponent.AL_LEFT,
BaseGraphComponent.AL_RIGHT,
BaseGraphComponent.AL_BOTH
public boolean getStyleXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode node)
getStyleXML in class BaseBorderLinepublic void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML in class BaseBorderLineprotected java.lang.String getComponentName()
getComponentName in class BaseComponentXMLprotected int convertAxisLocationToInt(java.lang.String str)
protected java.lang.String convertAxisLocationToString(int loc)
protected void resetStyle()
resetStyle in class BaseBorderLine
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.1.0) E17492-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||