|
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.Y3DMarkerGrid
public class Y3DMarkerGrid
A set of lines on 3-D markers in the graph. It shows regular intervals of data values along the Y edge of a 3-D graph.
Field Summary |
---|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
Y3DMarkerGrid(CommonGraph graph)
|
Method Summary | |
---|---|
protected java.lang.String |
getComponentName()
|
java.awt.Color |
getLineColor()
Retrieves the color for the lines of this marker grid. |
int |
getLineWidth()
Retrieves the width for the lines of this marker grid, in pixels. |
boolean |
getStyleXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode node)
|
protected void |
resetStyle()
|
boolean |
selectObject(int series,
int group)
Selects the Y-axis marker grid in the graph. |
void |
setLineColor(java.awt.Color newColor)
Specifies the color for the lines of this marker grid. |
void |
setLineWidth(int width)
Specifies the width for the lines of this marker grid, in pixels. |
void |
setStyleXML(oracle.dss.util.xml.ObjectNode node)
|
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 Y3DMarkerGrid(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 java.awt.Color getLineColor()
getLineColor
in interface Line
public void setLineColor(java.awt.Color newColor)
setLineColor
in interface Line
newColor
- The color for the lines of this marker grid.public int getLineWidth()
getLineWidth
in interface Line
public void setLineWidth(int width)
setLineWidth
in interface Line
width
- The width for the lines of this grid, in pixels.protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
public boolean getStyleXML(boolean allProperties, oracle.dss.util.xml.ObjectNode node)
getStyleXML
in class BaseComponentXML
public void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML
in class BaseComponentXML
protected void resetStyle()
|
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 |