Searched defs:OriginType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DPageAttributes.java841 public static final class OriginType extends AttributeValue { class in class:PageAttributes
850 * The OriginType instance to use for specifying a physical origin.
852 public static final OriginType PHYSICAL = new OriginType(I_PHYSICAL);
854 * The OriginType instance to use for specifying a printable origin.
856 public static final OriginType PRINTABLE = new OriginType(I_PRINTABLE);
858 private OriginType(int type) { method in class:PageAttributes.OriginType
904 private OriginType origin;
916 setOrigin(OriginType
[all...]

Completed in 35 milliseconds