|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
oracle.dss.graph.BaseGraphComponent | +--oracle.dss.graph.BaseGraphFrame
Base class for components that provide a background for data in a 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. |
SFX |
getSFX()Retrieves the SFX object for this frame. |
boolean |
isBorderTransparent()Indicates whether the border of this object is transparent. |
boolean |
isFillTransparent()Indicates whether the fill color of this frame is transparent. |
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. |
| Methods inherited from class oracle.dss.graph.BaseGraphComponent |
selectObject |
| 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 Fillpublic 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 FillnewColor - 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 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.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||