Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.graph
Class ExceptionalRiser

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.


Constructor Summary
ExceptionalRiser(Graph graph, int series, int group)
          Constructor.

 

Method Summary
 java.awt.Color getBorderColor()
          Retrieves the border color for this exceptional riser.
 java.awt.Color getFillColor()
          Retrieves the fill color for this exceptional riser.
 SFX getSFX()
          Retrieves the SFX object for this exceptional riser.
 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.

 

Constructor Detail

ExceptionalRiser

public ExceptionalRiser(Graph 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.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.