public interface UIThresholdColor
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.ThresholdOutOfRangeExceptionvoid 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