Method Summary |
|
final void | addGraphChart2D(GraphChart2D graphChart2D) Adds a GraphChart2D to the set of objects using these properties. |
final WarningRegion | configureWarningRegion() A convencience method for creating a WarningRegion set with these properties. |
final public Color | getBackgroundColor() Gets the color that the graph background becomes in this region if the graph background exists. |
final public boolean | getBackgroundExistence() Gets the existence of the background irrespective of the existence of the graph's background. |
final public Color | getComponentColor() Gets the color that any component entering this region should become. |
final boolean | getGraphChart2DNeedsUpdate(GraphChart2D graphChart2D) Gets whether this object needs to be updated with new properties.
Parameters: graphChart2D - The object that may need to be updated. |
final public float | getHigh() Gets the high value of this warning region. |
final public float | getLow() Gets the low value of this warning region. |
final void | removeGraphChart2D(GraphChart2D graphChart2D) Removes a GraphChart2D from the set of objects using these properties. |
final public void | setBackgroundColor(Color c) Sets the color that the graph background becomes in this region if the graph background exists. |
final public void | setBackgroundExistence(boolean existence) Sets the existence of the background irrespective of the existence of the graph's background. |
final public void | setComponentColor(Color c) Sets the color that any component entering this region should become. |
final public void | setHigh(float h) Sets the high value of this warning region. |
final public void | setLow(float l) Sets the low value of this warning region. |
final public void | setToDefaults() Sets all properties to their default values. |
final public void | setWarningRegionProperties(WarningRegionProperties warningRegionProps) Sets all properties to be the values of another WarningRegionProperties object. |
final void | updateGraphChart2D(GraphChart2D graphChart2D) Updates the properties of this GraphChart2D. |
final boolean | validate(boolean debug) Validates the properties of this object.
If debug is true then prints a messages indicating whether each property is valid.
Returns true if all the properties were valid and false otherwise.
Parameters: debug - If true then will print status messages. |