|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
java.awt.Color getColor(int series)
throws SeriesOutOfRangeException
series - The index of the series.
The values range from 0 to the value of
graph.getSeriesObjectCount minus 1.
SeriesOutOfRangeException - If
series is less than zero, or greater than or equal to the
value of the SeriesObjectCount property of the graph.
SeriesOutOfRangeException
void setColor(java.awt.Color newColor,
int series)
throws SeriesOutOfRangeException
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.
SeriesOutOfRangeException - If
series is less than zero, or greater than or equal to the
value of the SeriesObjectCount property of the graph.
SeriesOutOfRangeExceptionGraph.getSeriesObjectCount()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||