http://i2p-javadocs.i2p/org/rrd4j/graph/ImageWorker.html
Constructor Summary Constructors Constructor Description ImageWorker () Method Summary All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void clip (int x,
int y,
int width,
int height) protected void dispose () protected void drawLine (int x1,
int y1,
int x2,
int y2, Paint paint, Stroke stroke) protected void drawPolyline (double[] x,
double[] y, Paint paint, Stroke stroke) protected void drawString ( String text,
int x,
...