|
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.PanelGrid
public abstract class PanelGrid
The base class for all of the panel grid components.
Field Summary | |
---|---|
protected oracle.dss.graph.pfj.draw.IdentObj |
m_identObj2
|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
PanelGrid(CommonGraph graph)
|
Method Summary | |
---|---|
java.awt.Color |
getColor()
Retrieves the color for the lines of the panel grid. |
boolean |
getStyleXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode node)
|
boolean |
isVisible()
Indicates whether the panel grid is visible. |
protected void |
resetStyle()
|
void |
setColor(java.awt.Color newColor)
Specifies the color for the lines of the panel grid. |
void |
setStyleXML(oracle.dss.util.xml.ObjectNode node)
|
void |
setVisible(boolean yesNo)
Specifies whether the panel grid is visible. |
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 |
Field Detail |
---|
protected oracle.dss.graph.pfj.draw.IdentObj m_identObj2
Constructor Detail |
---|
public PanelGrid(CommonGraph graph)
graph
- The graph that this object belongs to.Method Detail |
---|
public java.awt.Color getColor()
public void setColor(java.awt.Color newColor)
newColor
- The color for the lines of the panel grid.public boolean isVisible()
isVisible
in interface Visible
true
if it is visible, false
if it is invisible.public void setVisible(boolean yesNo)
setVisible
in interface Visible
yesNo
- true
to make it visible, false
to make it invisible.public void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML
in class BaseComponentXML
public boolean getStyleXML(boolean allProperties, oracle.dss.util.xml.ObjectNode node)
getStyleXML
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 |