|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.fonts.tools.StrictGeomUtility
public class StrictGeomUtility
This class is the heart of the alternative geometrics toolkit. It performs the neccessary conversions from and to the AWT classes to the Strict-classes.
Method Summary | |
---|---|
static long |
multiply(long x,
long y)
|
static double |
toExternalValue(long value)
Converts the given micro point value into an AWT value. |
static long |
toInternalValue(double value)
Converts the given AWT value into a strict value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static long toInternalValue(double value)
value
- the AWT point value.
public static double toExternalValue(long value)
value
- the micro point point value.
public static long multiply(long x, long y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |