Plot2DJ
, PlotSlider
public static interface PlotDecorator.PlotRenderer
Modifier and Type | Method | Description |
---|---|---|
int |
getXPix(double val) |
|
int |
getYPix(double val) |
|
void |
renderPlots(java.awt.Graphics2D g,
PlotDecorator r) |
|
void |
restoreScale() |
|
void |
setRenderScale(int x0,
int y0,
int dx,
int dy) |
int getXPix(double val)
int getYPix(double val)
void setRenderScale(int x0, int y0, int dx, int dy)
void renderPlots(java.awt.Graphics2D g, PlotDecorator r)
void restoreScale()