|
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
oracle.dss.graph.FunnelFrame
public class FunnelFrame
The funnel frame or the plot area on the funnel graph. The funnel frame is the place where the graph represents data.
Field Summary | |
---|---|
protected static int |
rect_Height
|
protected static int |
rect_Width
|
protected static int |
rect_X
|
protected static int |
rect_Y
|
Fields inherited from class oracle.dss.graph.BaseGraphFrame |
---|
m_sfx |
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
FunnelFrame(CommonGraph graph,
oracle.dss.graph.pfj.draw.IdentObj identObj)
|
Method Summary | |
---|---|
int |
getBorderWidth()
Retrieves the width of the funnel skeleton borders in pixels. |
protected java.lang.String |
getComponentName()
|
int |
getLineStyle()
Deprecated. This is not a supported feature for the funnel 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)
|
void |
setBorderWidth(int width)
Specifies the width of the funnel skeleton borders in pixels. |
void |
setFillColor(java.awt.Color newColor)
Specifies the fill color of this FunnelFrame . |
void |
setFillTransparent(boolean yesNo)
Specifies whether the fill color for this FunnelFrame is
transparent. |
void |
setLineStyle(int style)
Deprecated. This is not a supported feature for the funnel frame. |
void |
setStyleXML(oracle.dss.util.xml.ObjectNode node)
|
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.graph.BaseFrame |
---|
getRect, getRectXML, selectObject, setRect |
Methods inherited from class oracle.dss.graph.BaseGraphFrame |
---|
getBorderColor, getFillColor, getNonstyleXML, getSFX, isBorderTransparent, isFillTransparent, isVisible, resetStyle, setBorderColor, setBorderTransparent, setNonStyleXML, setVisible |
Methods inherited from class oracle.dss.dataView.BaseComponentXML |
---|
getStyleXML, setNonstyleXML, setNonstyleXML, setXML, setXML, setXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.dss.dataView.UITransparentFillColor |
---|
isFillTransparent |
Methods inherited from interface oracle.dss.dataView.UIFillColor |
---|
getFillColor |
Field Detail |
---|
protected static int rect_Height
protected static int rect_Width
protected static int rect_X
protected static int rect_Y
Constructor Detail |
---|
public FunnelFrame(CommonGraph graph, oracle.dss.graph.pfj.draw.IdentObj identObj)
graph
- the graph that this object belongs toidentObj
- the Perspective for Java object that represents the
identity of this object. Perspective for Java is a third party package of
objects that are used and manipulated by the BI Beans.Method Detail |
---|
public void setFillColor(java.awt.Color newColor)
FunnelFrame
.
setFillColor
in interface Fill
setFillColor
in interface UIFillColor
setFillColor
in class BaseGraphFrame
newColor
- the color of this objectpublic void setFillTransparent(boolean yesNo)
FunnelFrame
is
transparent.
setFillTransparent
in interface Fill
setFillTransparent
in interface UITransparentFillColor
setFillTransparent
in class BaseGraphFrame
yesNo
- true
to make the fill color transparent,
false
to make the fill color visiblepublic int getBorderWidth()
public void setBorderWidth(int width)
width
- the width of the funnel skeleton borders in pixels@Deprecated public int getLineStyle()
BaseGraphComponent.LS_SOLID
,
BaseGraphComponent.LS_DASH
,
BaseGraphComponent.LS_DOTTED
,
BaseGraphComponent.LS_DASH_DOT
@Deprecated public void setLineStyle(int style)
style
- the style of the lineBaseGraphComponent.LS_SOLID
,
BaseGraphComponent.LS_DASH
,
BaseGraphComponent.LS_DOTTED
,
BaseGraphComponent.LS_DASH_DOT
public oracle.dss.util.xml.ObjectNode getXML(boolean allProperties)
BaseComponentXML
getXML
in class BaseGraphFrame
public oracle.dss.util.xml.ObjectNode getStyleXML(boolean allProperties)
getStyleXML
in class BaseGraphFrame
protected oracle.dss.util.xml.ObjectNode getXML(boolean allProperties, boolean allOverriddenProperties)
getXML
in class BaseGraphFrame
public void setXML(oracle.dss.util.xml.ObjectNode node)
setXML
in class BaseGraphFrame
public void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML
in class BaseGraphFrame
protected void setXML(oracle.dss.util.xml.ObjectNode node, boolean allProperties)
setXML
in class BaseFrame
protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
|
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 |