|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UIThresholdColor
| Method Summary | |
|---|---|
java.awt.Color |
getColor(int threshold)Retrieves the fill color for the markers of the funnel threshold. |
int |
getThresholdId(int group)Retrieves the index of the threshold for a given group. |
boolean |
isXMLBeingSet()Checks if XML setting is on |
void |
setColor(java.awt.Color newColor, int threshold)Specifies the fill color for the markers of the funnel threshold. |
| Method Detail |
|---|
java.awt.Color getColor(int threshold)
throws ThresholdOutOfRangeException
threshold - the index of the threshold. The values range from 0 to the value of graph.getThresholdObjectCount minus 1.ThresholdOutOfRangeException - if threshold is less than zero, or greater than or equal to the value of the ThresholdObjectCount property of the graph.ThresholdOutOfRangeException
void setColor(java.awt.Color newColor,
int threshold)
throws ThresholdOutOfRangeException
threshold - the index of the threshold. The values range from 0 to the value of graph.getThresholdObjectCount minus 1.newColor - the fill color for the markers of the thresholdSeriesOutOfRangeException - if threshold is less than zero, or greater than or equal to the value of the ThresholdObjectCount property of the graph.ThresholdOutOfRangeExceptionGraph.getThresholdObjectCount()int getThresholdId(int group)
group - the group indexboolean isXMLBeingSet()
true if xml setting is on false if xml setting is off
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||