|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Interface defines methods to be called by GraphMethods methods direction should be either GraphMethods.HORIZONTAL or GraphMethods.VERTICAL
| Method Summary | |
java.awt.Component |
getComponent()
|
int |
getGraphSize(int direction)
|
float[] |
getGrid(int direction)
grid should be set by call to graphMethods.findGrid() |
double |
getMax(int direction)
|
double |
getMin(int direction)
|
int |
getOffset(int direction)
return topOffset for VERTICAL, leftOffset for HORIZONTAL |
java.awt.Color |
getScaleColor(int direction)
|
java.awt.Font |
getScaleFont(int direction)
|
java.awt.Color |
getScaleFontColor(int direction)
|
java.lang.String |
getScaleLabel(int direction)
|
int |
getScalePosition(int direction)
|
double |
scale(double y,
int direction)
|
| Method Detail |
public double getMin(int direction)
public double getMax(int direction)
public double scale(double y,
int direction)
public java.awt.Font getScaleFont(int direction)
public java.awt.Color getScaleColor(int direction)
public java.lang.String getScaleLabel(int direction)
public java.awt.Color getScaleFontColor(int direction)
public int getScalePosition(int direction)
public float[] getGrid(int direction)
public int getGraphSize(int direction)
public int getOffset(int direction)
public java.awt.Component getComponent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||