public class StrictGeomUtility
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
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.
|
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)