org.pentaho.reporting.libraries.fonts.tools
public class StrictGeomUtility extends Object
| 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.
|
Parameters: value the micro point point value.
Returns: the AWT point value.
Parameters: value the AWT point value.
Returns: the internal micro point value.