public interface PlotWriter
Modifier and Type | Interface | Description |
---|---|---|
static interface |
PlotWriter.PlotSymbol |
Modifier and Type | Method | Description |
---|---|---|
void |
drawString(java.lang.String str,
int x,
int y) |
|
void |
drawSymbol(int x,
int y,
int height,
int sym) |
|
void |
fileClose() |
|
java.awt.Graphics2D |
fileGraphics2D(java.lang.String fname,
int dx,
int dy) |
|
void |
fillSymbol(int x,
int y,
int height,
int sym) |
java.awt.Graphics2D fileGraphics2D(java.lang.String fname, int dx, int dy)
void fileClose()
void drawString(java.lang.String str, int x, int y)
void drawSymbol(int x, int y, int height, int sym)
void fillSymbol(int x, int y, int height, int sym)