public class GraphicsAxisFrame extends Object
Constructor and Description |
---|
GraphicsAxisFrame() |
GraphicsAxisFrame(int naxis) |
Modifier and Type | Method and Description |
---|---|
void |
draw(Graphics2D g2d,
Dimension2D frame) |
Attributes |
getAttributes() |
GraphicsAxis |
getAxis(int index)
returns GraphicsAxis from the array with given index.
|
Dimension2D |
getDimension() |
Point2D |
getPoint(float x,
float y) |
double |
getPointX(double value) |
double |
getPointY(double value) |
static void |
main(String[] args) |
void |
setAxis(int naxis)
sets the dimension of the graphics axis.
|
void |
showAxis() |
void |
update(Graphics2D g2d) |
public GraphicsAxisFrame()
public GraphicsAxisFrame(int naxis)
public final void setAxis(int naxis)
naxis
- public Attributes getAttributes()
public GraphicsAxis getAxis(int index)
index
- public double getPointX(double value)
public double getPointY(double value)
public Point2D getPoint(float x, float y)
public Dimension2D getDimension()
public void showAxis()
public void draw(Graphics2D g2d, Dimension2D frame)
public void update(Graphics2D g2d)
public static void main(String[] args)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics