|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graphics.GraphicUtilities
This class is only a utility class, which provides a set of methods needed within the graphics package.
| Method Summary | |
static int |
devToDev(int dpiFrom,
int dpiTo,
double size)
The method devToDev converts the given size, which is specified within the given measurement, into the corresponding size within another measurement. |
static int |
devToDev(int dpiFrom,
int dpiTo,
int size)
The method devToDev converts the given size, which is specified within the given measurement, into the corresponding size within another measurement. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static int devToDev(int dpiFrom,
int dpiTo,
int size)
dpiFrom - the measurement the size belongs todpiTo - the measurement to convert tosize - the size to convert
public static int devToDev(int dpiFrom,
int dpiTo,
double size)
dpiFrom - the measurement the size belongs todpiTo - the measurement to convert tosize - the size to convert
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||