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

/openjdk7/jdk/src/share/classes/java/awt/
H A DPageAttributes.java811 public static final class OrientationRequestedType extends AttributeValue { class in class:PageAttributes
820 * The OrientationRequestedType instance to use for specifying a
823 public static final OrientationRequestedType PORTRAIT =
824 new OrientationRequestedType(I_PORTRAIT);
826 * The OrientationRequestedType instance to use for specifying a
829 public static final OrientationRequestedType LANDSCAPE =
830 new OrientationRequestedType(I_LANDSCAPE);
832 private OrientationRequestedType(int type) { method in class:PageAttributes.OrientationRequestedType
903 private OrientationRequestedType orientationRequested;
937 * @param orientationRequested OrientationRequestedType
[all...]

Completed in 28 milliseconds