public static interface SurfaceModelCanvas.Plotter
Modifier and Type | Method and Description |
---|---|
float |
getFactorX() |
float |
getFactorY() |
float |
getFactorZ() |
int |
getHeight() |
float[][] |
getPointsX() |
float[][] |
getPointsY() |
float[][] |
getPointsZ() |
float |
getStepX() |
float |
getStepY() |
int |
getWidth() |
void |
setEmpty() |
void |
setF2D(ArrayList<F2D> f2d) |
void |
setH2D(ArrayList<H2D> h2d) |
void |
setH2DF2D(ArrayList<H2D> hu,
ArrayList<F2D> fu) |
void |
setP2D(ArrayList<P2D> p2d) |
void |
setP3D(ArrayList<P3D> p3d) |
int getWidth()
int getHeight()
void setEmpty()
float[][] getPointsX()
float[][] getPointsY()
float[][] getPointsZ()
float getFactorX()
float getFactorY()
float getFactorZ()
float getStepX()
float getStepY()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics