|
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.BaseGraphFrame
oracle.dss.graph.BaseFrame
public abstract class BaseFrame
The base class for components that provide background for data in a two-dimensional graph.
Field Summary |
---|
Fields inherited from class oracle.dss.graph.BaseGraphFrame |
---|
m_sfx |
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
BaseFrame(CommonGraph graph)
|
|
BaseFrame(CommonGraph graph,
oracle.dss.graph.pfj.draw.IdentObj identObj)
|
Method Summary | |
---|---|
java.awt.Rectangle |
getRect()
Retrieves the location for the rectangle for this frame. |
protected oracle.dss.util.xml.ObjectNode |
getRectXML(boolean allProperties)
|
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. |
protected void |
setXML(oracle.dss.util.xml.ObjectNode node,
boolean allProperties)
|
Methods inherited from class oracle.dss.graph.BaseGraphFrame |
---|
getBorderColor, getFillColor, getNonstyleXML, getSFX, getStyleXML, getXML, getXML, isBorderTransparent, isFillTransparent, isVisible, resetStyle, setBorderColor, setBorderTransparent, setFillColor, setFillTransparent, setNonStyleXML, setStyleXML, setVisible, setXML |
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 |
Constructor Detail |
---|
public BaseFrame(CommonGraph graph, oracle.dss.graph.pfj.draw.IdentObj identObj)
graph
- The graph that this object belongs to.identObj
- The Perspective for Java object that represents the
identity of this object.
PFJ
is an acronym for Perspective for Java.
Perspective for Java is a third party package of objects that are used
and manipulated by the BI Beans.public BaseFrame(CommonGraph graph)
graph
- The graph that this object belongs to.Method Detail |
---|
public boolean selectObject(int series, int group)
selectObject
in class BaseGraphComponent
series
- 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 Rect
Graph.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 Rect
loc
- The location for the rectangle of this frame.Graph.setAutoLayout(int)
,
Graph.doAutoLayout(int)
protected oracle.dss.util.xml.ObjectNode getRectXML(boolean allProperties)
getRectXML
in class BaseGraphFrame
protected void setXML(oracle.dss.util.xml.ObjectNode node, boolean allProperties)
setXML
in class BaseGraphFrame
|
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 |