Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.6.0)

E12063-07

oracle.dss.graph
Class ExceptionalRiser

java.lang.Object
  extended by oracle.dss.dataView.BaseComponentXML
      extended by oracle.dss.graph.ExceptionalRiser

public class ExceptionalRiser
extends BaseComponentXML

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

m_commonGraph

protected CommonGraph m_commonGraph
For internal use only. Application developers should not use this

m_pfj

protected PFJ m_pfj
For internal use only. Application developers should not use this

m_identObj

protected oracle.dss.graph.pfj.draw.IdentObj m_identObj
For internal use only. Application developers should not use this

m_sfx

protected SFX m_sfx
For internal use only. Application developers should not use this

a_series

protected static final java.lang.String a_series
See Also:
Constant Field Values
For internal use only. Application developers should not use this

a_group

protected static final java.lang.String a_group
See Also:
Constant Field Values
For internal use only. Application developers should not use this
Constructor Detail

ExceptionalRiser

public ExceptionalRiser(CommonGraph graph,
                        int series,
                        int group)
Constructor. Application developers should not have to construct this object, because the graph does it automatically.

Parameters:
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

getSFX

public SFX getSFX()
Retrieves the SFX object for this exceptional riser. This allows you to retrieve and specify attributes for special effects.

Returns:
The SFX object for this exceptional riser.

getFillColor

public java.awt.Color getFillColor()
Retrieves the fill color for this exceptional riser.

Returns:
The fill color for this exceptional riser.

setFillColor

public void setFillColor(java.awt.Color newColor)
Specifies the fill color for this exceptional riser.

Parameters:
newColor - The fill color for this exceptional riser.

getBorderColor

public java.awt.Color getBorderColor()
Retrieves the border color for this exceptional riser.

Returns:
The border color for this exceptional riser.

setBorderColor

public void setBorderColor(java.awt.Color newColor)
Specifies the border color for this exceptional riser.

Parameters:
newColor - The border color for this exceptional riser.

getComponentName

protected java.lang.String getComponentName()
Overrides:
getComponentName in class BaseComponentXML
For internal use only. Application developers should not use this
Retrieves the name of the title.

getXML

protected oracle.dss.util.xml.ObjectNode getXML(boolean allProperties,
                                                boolean allOverriddenProperties)
For internal use only. Application developers should not use this
Retrieves style properties of this component to XML returns whether style is overridden

setXML

protected void setXML(oracle.dss.util.xml.ObjectNode node,
                      boolean allProperties)
For internal use only. Application developers should not use this
Sets style properties of this component from XML

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.6.0)

E12063-07

Copyright © 1997, 2011, Oracle. All rights reserved.