|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 |
||||||||
| 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.BaseGraphFrame
public abstract class BaseGraphFrame
Base class for components that provide a background for data in a graph.
| Field Summary | |
|---|---|
protected SFX |
m_sfx
|
| Fields inherited from class oracle.dss.dataView.BaseComponentXML |
|---|
m_jsfHashMap |
| Constructor Summary | |
|---|---|
BaseGraphFrame(CommonGraph graph)
|
|
| Method Summary | |
|---|---|
java.awt.Color |
getBorderColor()
Retrieves the border color of this object. |
java.awt.Color |
getFillColor()
Retrieves the fill color of this object. |
boolean |
getNonstyleXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode node)
Retrieves Non style properties of this component to XML returns whether if the node exists |
protected oracle.dss.util.xml.ObjectNode |
getRectXML(boolean allProperties)
|
SFX |
getSFX()
Retrieves the SFX object for this frame. |
oracle.dss.util.xml.ObjectNode |
getStyleXML(boolean allProperties)
|
oracle.dss.util.xml.ObjectNode |
getXML(boolean allProperties)
Retrieves XML from this component returns null if no property is overridden |
protected oracle.dss.util.xml.ObjectNode |
getXML(boolean allProperties,
boolean allOverriddenProperties)
|
boolean |
isBorderTransparent()
Indicates whether the border of this object is transparent. |
boolean |
isFillTransparent()
Indicates whether the fill color of this frame is transparent. |
boolean |
isVisible()
Indicates whether this object is visible. |
protected void |
resetStyle()
|
void |
setBorderColor(java.awt.Color newColor)
Specifies the border color of this object. |
void |
setBorderTransparent(boolean yesNo)
Specifies whether the border of this object is transparent. |
void |
setFillColor(java.awt.Color newColor)
Specifies the fill color of this object. |
void |
setFillTransparent(boolean yesNo)
Specifies whether the fill color for this object is transparent. |
protected void |
setNonStyleXML(oracle.dss.util.xml.ObjectNode node)
|
void |
setStyleXML(oracle.dss.util.xml.ObjectNode node)
|
void |
setVisible(boolean yesNo)
Specifies whether this object is visible. |
void |
setXML(oracle.dss.util.xml.ObjectNode node)
|
protected void |
setXML(oracle.dss.util.xml.ObjectNode node,
boolean allProperties)
|
| Methods inherited from class oracle.dss.dataView.BaseComponentXML |
|---|
getComponentName, getStyleXML, setNonstyleXML, setNonstyleXML, 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 BaseGraphFrame(CommonGraph graph)
graph - The graph that this object belongs to.| Method Detail |
|---|
public java.awt.Color getBorderColor()
getBorderColor in interface Borderpublic void setBorderColor(java.awt.Color newColor)
GraphType property of the graph changes,
a different subclass of this class provides the background for the
data.
The border color remains the same in the PlotArea,
PieFrame, and ThreeDFloor.
If SharePanelProperties is true, then
this border color is used for the ThreeDLeftWall and
the ThreeDRightWall as well.
setBorderColor in interface BordernewColor - The border color of this object.public boolean isBorderTransparent()
setBorderTransparent and setFillTransparent
methods to true.
When an attribute or an object is transparent, it is not visible, but you
can select it.
isBorderTransparent in interface Bordertrue if it is transparent, false if it
is visible.public void setBorderTransparent(boolean yesNo)
GraphType property of the graph changes,
a different subclass of this class provides the background for the
data.
The border transparency remains the same in the PlotArea,
PieFrame, and ThreeDFloor.
If SharePanelProperties is true, then
this transparency is used for the ThreeDLeftWall and
the ThreeDRightWall as well.
setBorderTransparent in interface BorderyesNo - true to make the border transparent,
false to make it visible.public java.awt.Color getFillColor()
getFillColor in interface FillgetFillColor in interface UIFillColorpublic void setFillColor(java.awt.Color newColor)
GraphType property of the graph changes,
a different subclass of this class provides the background for the
data.
The fill color remains the same in the PlotArea,
PieFrame, and ThreeDFloor.
If SharePanelProperties is true, then
this fill color is used for the ThreeDLeftWall and
the ThreeDRightWall as well.
setFillColor in interface FillsetFillColor in interface UIFillColornewColor - The color of this object.public boolean isFillTransparent()
setBorderTransparent
and setFillTransparent methods to true.
When an attribute or an object is transparent, it is not visible, but you
can select it.
isFillTransparent in interface Filltrue if this object is transparent,
false if it is visible.public void setFillTransparent(boolean yesNo)
GraphType property of the graph changes,
a different subclass of this class provides the background for the
data.
The transparency of the object remains the same in the PlotArea,
PieFrame, and ThreeDFloor.
If SharePanelProperties is true, then
this transparency setting is used for the ThreeDLeftWall and
the ThreeDRightWall as well.
setFillTransparent in interface FillyesNo - true to make the fill color transparent,
false to make the fill color visible.public boolean isVisible()
true if it is visible, false if it is
invisible.public void setVisible(boolean yesNo)
yesNo - true to make it visible, false
to make it invisible.public SFX getSFX()
SFX object for this frame.
The SFX object allows you to retrieve and specify attributes
for special effects.
SFX object for this frame.public oracle.dss.util.xml.ObjectNode getXML(boolean allProperties)
BaseComponentXML
getXML in class BaseComponentXMLpublic oracle.dss.util.xml.ObjectNode getStyleXML(boolean allProperties)
getStyleXML in class BaseComponentXML
protected oracle.dss.util.xml.ObjectNode getXML(boolean allProperties,
boolean allOverriddenProperties)
public void setXML(oracle.dss.util.xml.ObjectNode node)
setXML in class BaseComponentXMLpublic void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML in class BaseComponentXMLprotected void setNonStyleXML(oracle.dss.util.xml.ObjectNode node)
public boolean getNonstyleXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode node)
BaseComponentXML
getNonstyleXML in class BaseComponentXML
protected void setXML(oracle.dss.util.xml.ObjectNode node,
boolean allProperties)
protected oracle.dss.util.xml.ObjectNode getRectXML(boolean allProperties)
protected void resetStyle()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||