|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--GUI.Statistics.GraphImplementation
Field Summary | |
private int |
graphHeight
|
private int |
graphWidth
|
private int |
imageHeight
|
private int |
imageWidth
|
private int |
maxX
|
private int |
maxY
|
private int |
xEnd
|
private int |
xStart
|
private int |
yEnd
|
private int |
yStart
|
Constructor Summary | |
GraphImplementation()
|
Method Summary | |
java.awt.Image |
createImage(PeriodicDiagram diagram)
|
private void |
printNoDataAvailable(java.awt.Graphics g,
int xDim,
int yDim,
int xCenter,
int yCenter)
|
private int |
xCoor(double x)
|
private int |
yCoor(double y)
|
Methods inherited from class java.lang.Object |
|
Field Detail |
private int xStart
private int yStart
private int xEnd
private int yEnd
private int imageWidth
private int imageHeight
private int graphWidth
private int graphHeight
private int maxX
private int maxY
Constructor Detail |
public GraphImplementation()
Method Detail |
public java.awt.Image createImage(PeriodicDiagram diagram)
private int xCoor(double x)
private int yCoor(double y)
private void printNoDataAvailable(java.awt.Graphics g, int xDim, int yDim, int xCenter, int yCenter)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |