|
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.GraphBackground
public class GraphBackground
The background of the Graph.
Field Summary | |
---|---|
protected SFX |
m_sfx
|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
GraphBackground(CommonGraph graph)
|
Method Summary | |
---|---|
java.awt.Color |
getBackground()
Retrieves the color for the background of the graph. |
protected java.lang.String |
getComponentName()
|
java.awt.Color |
getFillColor()
Retrieves the fill color of the background of the graph. |
SFX |
getSFX()
Retrieves the SFX object for the background of the graph. |
protected oracle.dss.util.xml.ObjectNode |
getXML(boolean allProperties,
boolean allOverriddenProperties)
|
boolean |
isFillTransparent()
Indicates whether the fill color for the background of the graph is transparent. |
protected void |
resetStyle()
|
boolean |
selectObject(int series,
int group)
Selects the background of the graph. |
void |
setBackground(java.awt.Color background)
Specifies the color for the background of the graph. |
void |
setFillColor(java.awt.Color newColor)
Specifies the fill color of the background of the graph. |
void |
setFillTransparent(boolean yesNo)
Specifies whether the fill color for the background of the graph is transparent. |
protected void |
setXML(oracle.dss.util.xml.ObjectNode node,
boolean allProperties)
|
protected void |
setXML(oracle.dss.util.xml.ObjectNode node,
boolean allProperties,
java.util.HashMap map)
|
Methods inherited from class oracle.dss.dataView.BaseComponentXML |
---|
getNonstyleXML, getStyleXML, getStyleXML, getXML, setNonstyleXML, setNonstyleXML, setStyleXML, 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 SFX m_sfx
Constructor Detail |
---|
public GraphBackground(CommonGraph graph)
graph
- The graph that this object belongs to.Method Detail |
---|
public SFX getSFX()
SFX
object for the background of the graph.
The SFX
object allows you to retrieve and specify attributes for special effects.
SFX
object for the background of the graph.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 getFillColor()
getFillColor
in interface Fill
getFillColor
in interface UIFillColor
public void setFillColor(java.awt.Color newColor)
setFillColor
in interface Fill
setFillColor
in interface UIFillColor
newColor
- The fill color of the background of the graph.public boolean isFillTransparent()
isFillTransparent
in interface Fill
true
if the fill color is transparent, false
if the fill color is not transparent.public void setFillTransparent(boolean yesNo)
setFillTransparent
in interface Fill
yesNo
- true
to make the fill color transparent, false
to make the fill color visible.public void setBackground(java.awt.Color background)
setBackground
in interface Background
background
- The color for the background of the graph.public java.awt.Color getBackground()
getBackground
in interface Background
protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
protected oracle.dss.util.xml.ObjectNode getXML(boolean allProperties, boolean allOverriddenProperties)
protected void setXML(oracle.dss.util.xml.ObjectNode node, boolean allProperties, java.util.HashMap map)
protected void setXML(oracle.dss.util.xml.ObjectNode node, boolean allProperties)
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 |