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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DOrientationRequested.java74 PORTRAIT = new OrientationRequested(3); field in class:OrientationRequested
134 PORTRAIT,
/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPageFormat.java54 public static final int PORTRAIT = 1; field in class:PageFormat
75 private int mOrientation = PORTRAIT;
121 if (orientation == PORTRAIT) {
140 if (orientation == PORTRAIT) {
169 case PORTRAIT:
207 case PORTRAIT:
236 if (getOrientation() == PORTRAIT) {
254 if (getOrientation() == PORTRAIT) {
297 * one of the constants: PORTRAIT, LANDSCAPE,
345 case PORTRAIT
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrintJob2D.java278 private final static String PORTRAIT = "portrait"; field in class:PrintJob2D
484 pageFormat.setOrientation(PageFormat.PORTRAIT);
561 OrientationRequestedType.PORTRAIT);
726 pageFormat.setOrientation(PageFormat.PORTRAIT);
727 attributes.add(OrientationRequested.PORTRAIT);
1178 if (str.equals(PORTRAIT)) {
1180 OrientationRequestedType.PORTRAIT);
1228 OrientationRequestedType.PORTRAIT)
1229 ? PORTRAIT : LANDSCAPE);
/openjdk7/jdk/src/share/classes/java/awt/
H A DPageAttributes.java823 public static final OrientationRequestedType PORTRAIT = field in class:PageAttributes.OrientationRequestedType
937 * @param orientationRequested OrientationRequestedType.PORTRAIT or
1071 * @return OrientationRequestedType.PORTRAIT or
1081 * OrientationRequestedType.PORTRAIT.
1083 * @param orientationRequested OrientationRequestedType.PORTRAIT or
1101 * to calling setOrientationRequested(OrientationRequestedType.PORTRAIT).
1110 setOrientationRequested(OrientationRequestedType.PORTRAIT);
1127 setOrientationRequested(OrientationRequestedType.PORTRAIT);

Completed in 57 milliseconds