com.jinsight.jetchart
Class SeriesBase
java.lang.Object
|
+--com.jinsight.jetchart.SeriesBase
- public class SeriesBase
- extends java.lang.Object
This class implements the properties and methods of a series base.
A series base is a line drawn across the chart area starting at the 'zero'
scale value, to help visualize the positive and negative chart regions.
A series base has no public constructor, and can only be accessed through
'get' methods implemented in classes ScatterGraph
and
GraphSet
.
- See Also:
ScatterGraph
,
GraphSet
Method Summary |
protected void |
finalize()
|
void |
setColor(java.awt.Color color)
Sets the color of a series base. |
void |
setEnabled(boolean isEnabled)
Enables/disables a series base. |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeriesBase
public SeriesBase()
setColor
public void setColor(java.awt.Color color)
- Sets the color of a series base. Default color is black.
- Parameters:
color
- A Color object.
setEnabled
public void setEnabled(boolean isEnabled)
- Enables/disables a series base. By default a series base is always displayed.
- Parameters:
isEnabled
- A boolean value.
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize
in class java.lang.Object