|
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.BaseFrame
The base class for components that provide background for data in a two-dimensional graph.
| Method Summary | |
java.awt.Rectangle |
getRect()Retrieves the location for the rectangle for this frame. |
boolean |
selectObject(int series, int group)Selects this frame in the graph. |
void |
setRect(java.awt.Rectangle loc)Specifies the location for the rectangle of this frame. |
| Methods inherited from class oracle.dss.graph.BaseGraphFrame |
getBorderColor, getFillColor, getSFX, isBorderTransparent, isFillTransparent, setBorderColor, setBorderTransparent, setFillColor, setFillTransparent |
| Method Detail |
public boolean selectObject(int series,
int group)
selectObject in class BaseGraphComponentseries - Any integer.group - Any integer.true if successful, false if not.public java.awt.Rectangle getRect()
In the virtual-coordinate system, the center of the graph is 0,0. The upper left corner is -16000, +16000. The lower right corner is +16000, -16000. A component that is the full size of the graph has a width of 32000 and a height of 32000.
Automatic graph layout ignores the Rect property. The doAutoLayout method of the graph sets this property.
getRect in interface RectGraph.setAutoLayout(int), Graph.doAutoLayout(int)public void setRect(java.awt.Rectangle loc)
In the virtual-coordinate system, the center of the graph is 0,0. The upper left corner is -16000, +16000. The lower right corner is +16000, -16000. A component that is the full size of the graph has a width of 32000 and a height of 32000.
If the width or height of the rectangle is less than 100, then this method logs a message with the error handler, and the Rect property is not changed.
Automatic graph layout ignores the Rect property. The doAutoLayout method of the graph sets this property.
setRect in interface Rectloc - The location for the rectangle of this frame.Graph.setAutoLayout(int), Graph.doAutoLayout(int)
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||