|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.UnitConverter
public class UnitConverter
Utility for converting to and from typesetting points.
| Method Summary | |
|---|---|
static float |
InchesToPoints(float size)
Converts from inches to typesetting points. |
static float |
MillimetersToPoints(float size)
Converts from millimeters to typesetting points. |
static float |
PointsToInches(float size)
Converts from typesetting points to inches. |
static float |
PointsToMillimeters(float size)
Converts from typesetting points to millimeters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static float PointsToInches(float size)
size - Size in points.
public static float PointsToMillimeters(float size)
size - Size in points.
public static float InchesToPoints(float size)
size - Size in inches.
public static float MillimetersToPoints(float size)
size - Size in millimeters.
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||