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

E12063-05

oracle.dss.dataView
Interface UISeriesColor

All Known Implementing Classes:
Series

public interface UISeriesColor


Method Summary
 java.awt.Color getColor(int series)
          Retrieves the fill color for the markers of the series.
 void setColor(java.awt.Color newColor, int series)
          Specifies the fill color for the markers of the series.
 

Method Detail

getColor

java.awt.Color getColor(int series)
                        throws SeriesOutOfRangeException
Retrieves the fill color for the markers of the series.

Parameters:
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.
Returns:
The fill color for the markers of the series.
Throws:
SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.
SeriesOutOfRangeException

setColor

void setColor(java.awt.Color newColor,
              int series)
              throws SeriesOutOfRangeException
Specifies the fill color for the markers of the series.

Parameters:
series - The index of the series. The values range from 0 to the value of graph.getSeriesObjectCount minus 1.
newColor - The fill color for the markers of the series.
Throws:
SeriesOutOfRangeException - If series is less than zero, or greater than or equal to the value of the SeriesObjectCount property of the graph.
SeriesOutOfRangeException
See Also:
Graph.getSeriesObjectCount()

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

E12063-05

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