|
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.ExceptionalRiser
public class ExceptionalRiser
The exceptional riser component of the graph. An exceptional riser is a unique data marker. It does not share all the property values of the other data markers in the same series.
Field Summary | |
---|---|
protected static java.lang.String |
a_group
|
protected static java.lang.String |
a_series
|
protected CommonGraph |
m_commonGraph
|
protected oracle.dss.graph.pfj.draw.IdentObj |
m_identObj
|
protected PFJ |
m_pfj
|
protected SFX |
m_sfx
|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
ExceptionalRiser(CommonGraph graph,
int series,
int group)
Constructor. |
Method Summary | |
---|---|
java.awt.Color |
getBorderColor()
Retrieves the border color for this exceptional riser. |
protected java.lang.String |
getComponentName()
|
java.awt.Color |
getFillColor()
Retrieves the fill color for this exceptional riser. |
SFX |
getSFX()
Retrieves the SFX object for this exceptional riser. |
protected oracle.dss.util.xml.ObjectNode |
getXML(boolean allProperties,
boolean allOverriddenProperties)
|
void |
setBorderColor(java.awt.Color newColor)
Specifies the border color for this exceptional riser. |
void |
setFillColor(java.awt.Color newColor)
Specifies the fill color for this exceptional riser. |
protected void |
setXML(oracle.dss.util.xml.ObjectNode node,
boolean allProperties)
|
Methods inherited from class oracle.dss.dataView.BaseComponentXML |
---|
getNonstyleXML, getStyleXML, getStyleXML, getXML, setNonstyleXML, setNonstyleXML, setStyleXML, setXML, setXML, setXML, setXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CommonGraph m_commonGraph
protected PFJ m_pfj
protected oracle.dss.graph.pfj.draw.IdentObj m_identObj
protected SFX m_sfx
protected static final java.lang.String a_series
protected static final java.lang.String a_group
Constructor Detail |
---|
public ExceptionalRiser(CommonGraph graph, int series, int group)
graph
- The graph that this object belongs to.series
- The series
of the graph that this object
belongs to.group
- The group
of the graph that this object
belongs to.Method Detail |
---|
public SFX getSFX()
SFX
object for this exceptional riser.
This allows you to retrieve and specify attributes for special effects.
SFX
object for this exceptional riser.public java.awt.Color getFillColor()
public void setFillColor(java.awt.Color newColor)
newColor
- The fill color for this exceptional riser.public java.awt.Color getBorderColor()
public void setBorderColor(java.awt.Color newColor)
newColor
- The border color for this exceptional riser.protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
protected oracle.dss.util.xml.ObjectNode getXML(boolean allProperties, boolean allOverriddenProperties)
protected void setXML(oracle.dss.util.xml.ObjectNode node, boolean allProperties)
|
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 |