|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Plotter.Plottable
Interface for classes which create charts capable of being plotted via a third party rendering library to a vector based graphics format
| Method Summary | |
|---|---|
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(Graphics2D graphics)
This will plot the chart to a vector graphics file Don't use this method directly. |
| Method Detail |
|---|
void plot(Graphics2D graphics)
graphics - the graphicsColor[] getColours()
int[] getSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||