|
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
|
+--oracle.dss.graph.Base3DPanel
The base class for the components that comprise the three-dimensional background for data in a 3-D graph.
| Method Summary | |
boolean |
isSharePanelProperties()Indicates whether all of the 3-D panels are treated as one object. |
void |
setFillColor(java.awt.Color newColor)Specifies the fill color of this ThreeDFloor. |
void |
setFillTransparent(boolean yesNo)Specifies whether the fill color for this ThreeDFloor is transparent. |
void |
setSharePanelProperties(boolean yesNo)Specifies whether all of the 3-D panels are treated as one object. |
| Methods inherited from class oracle.dss.graph.BaseGraphFrame |
getBorderColor, getFillColor, getSFX, isBorderTransparent, isFillTransparent, setBorderColor, setBorderTransparent |
| Methods inherited from class oracle.dss.graph.BaseGraphComponent |
selectObject |
| Method Detail |
public void setFillColor(java.awt.Color newColor)
ThreeDFloor. Normally the fill color remains the same in the PlotArea, PieFrame, and ThreeDFloor, but it can be different from the PlotArea if the color is specified through XML.
If SharePanelProperties is true, then this fill color is used for the ThreeDLeftWall and the ThreeDRightWall as well.
setFillColor in class BaseGraphFramenewColor - The color of this object.public void setFillTransparent(boolean yesNo)
PlotArea, PieFrame, and ThreeDFloor, but it can be different from the PlotArea if the transparency is specified through XML. If SharePanelProperties is true, then this transparency setting is used for the ThreeDLeftWall and the ThreeDRightWall as well.setFillTransparent in class BaseGraphFrameyesNo - true to make the fill color transparent, false to make the fill color visible.public boolean isSharePanelProperties()
true if all of the panels are treated as one object, false if the panels are treated as individual objects.public void setSharePanelProperties(boolean yesNo)
yesNo - true to treat all of the 3D panels as one object, false to treat them as individual objects.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||