|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Plot2D.Series
A series to be displayed in a Plot2D widget. A Series contains the data
to plot as a Shape object and the Paint to use for drawing the lines.
| display/geotk-widgets-swing (download) | View source code for this class |
| Method Summary | |
|---|---|
Rectangle2D |
bounds()
Returns the bounding box of all x and y ordinates. |
String |
name()
Returns the name of this series. |
Paint |
paint()
Returns the color to use for plotting this series. |
Shape |
path()
Returns the series data as a path. |
| Method Detail |
|---|
String name()
null if none.Paint paint()
Rectangle2D bounds()
Shape path()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||