class PlotElement extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Paint |
color
The color used for rendering this plot element
|
| Constructor and Description |
|---|
PlotElement(Paint color)
Creates a new plot element with the specified color.
|