public static interface Plotter.Plottable
Modifier and Type | Method and Description |
---|---|
java.awt.Color[] |
getColours()
Get a list of the colours used in the chart
This may be necessary if the chart is being plotted to a medium
with limited colours, eg.
|
int[] |
getSize()
Get the size_
|
void |
plot(java.awt.Graphics2D graphics)
This will plot the chart to a vector graphics file
Don't use this method directly.
|
void plot(java.awt.Graphics2D graphics)
graphics
- the graphicsjava.awt.Color[] getColours()
int[] getSize()