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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DOrientationRequested.java93 * <I>Note:</I> The REVERSE_LANDSCAPE value was added because some
98 REVERSE_LANDSCAPE = new OrientationRequested(5); field in class:OrientationRequested
136 REVERSE_LANDSCAPE,
/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPageFormat.java61 public static final int REVERSE_LANDSCAPE = 2; field in class:PageFormat
73 * REVERSE_LANDSCAPE,
173 case REVERSE_LANDSCAPE:
211 case REVERSE_LANDSCAPE:
298 * or REVERSE_LANDSCAPE.
306 if (0 <= orientation && orientation <= REVERSE_LANDSCAPE) {
351 case REVERSE_LANDSCAPE:

Completed in 29 milliseconds