Searched refs:PORTRAIT (Results 1 - 19 of 19) sorted by relevance

/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...]
H A DPrinterJob.java485 orient = PageFormat.PORTRAIT;
/openjdk7/jdk/test/java/awt/print/PageFormat/
H A DPageFormatFromAttributes.java44 test(job, MediaSizeName.ISO_A4, OrientationRequested.PORTRAIT);
48 test(job, MediaSizeName.ISO_A3, OrientationRequested.PORTRAIT);
49 test(job, MediaSizeName.NA_LETTER, OrientationRequested.PORTRAIT);
51 test(job, MediaSizeName.NA_LEGAL, OrientationRequested.PORTRAIT);
69 case PageFormat.PORTRAIT :
70 ok = orient == OrientationRequested.PORTRAIT;
/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/test/javax/print/attribute/
H A DServiceDialogTest.java81 //System.out.println("is REVERSE PORTRAIT supported ? "+services[0].isAttributeValueSupported(OrientationRequested.REVERSE_PORTRAIT, flavor, null));
211 if (attrval == OrientationRequested.PORTRAIT)
228 return OrientationRequested.PORTRAIT;
251 OrientationRequested req[] = { OrientationRequested.PORTRAIT, OrientationRequested.LANDSCAPE };
/openjdk7/jdk/test/java/awt/print/Dialog/
H A DPaperSizeError.java81 aset.add(OrientationRequested.PORTRAIT);
/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);
H A DPSStreamPrintService.java237 return OrientationRequested.PORTRAIT;
286 arr[0] = OrientationRequested.PORTRAIT;
H A DRasterPrinterJob.java570 orient = OrientationRequested.PORTRAIT;
707 int pfOrient = PageFormat.PORTRAIT;
1196 orient = PageFormat.PORTRAIT;
1543 newPage.setOrientation(PageFormat.PORTRAIT);
1850 if (page.getOrientation() != PageFormat.PORTRAIT &&
H A DPSStreamPrintJob.java92 private OrientationRequested orient = OrientationRequested.PORTRAIT;
H A DServiceDialog.java2136 asCurrent.add(OrientationRequested.PORTRAIT);
2179 if (value == OrientationRequested.PORTRAIT) {
2222 or = OrientationRequested.PORTRAIT;
2227 if (or == OrientationRequested.PORTRAIT) {
/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);
/openjdk7/jdk/test/java/awt/print/PrinterJob/ImagePrinting/
H A DClippedImages.java208 pf.setOrientation(PageFormat.PORTRAIT);
219 if (pf.getOrientation() == PageFormat.PORTRAIT) {
/openjdk7/jdk/test/java/awt/print/PrinterJob/ValidatePage/
H A DValidatePage.java72 (o == PageFormat.PORTRAIT ? "PORTRAIT" :
263 (o == PageFormat.PORTRAIT ? "PORTRAIT" :
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DIPPPrintService.java158 OrientationRequested.PORTRAIT,
686 orientSup[i] = OrientationRequested.PORTRAIT;
710 orSup[0] = OrientationRequested.PORTRAIT;
717 orSup[0] = OrientationRequested.PORTRAIT;
1482 case 3: return OrientationRequested.PORTRAIT;
1488 return OrientationRequested.PORTRAIT;
H A DUnixPrintJob.java116 private OrientationRequested orient = OrientationRequested.PORTRAIT;
368 if (orient != OrientationRequested.PORTRAIT &&
H A DUnixPrintService.java632 return OrientationRequested.PORTRAIT;
723 arr[0] = OrientationRequested.PORTRAIT;
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java1553 int orient = PageFormat.PORTRAIT;
1868 setOrientAttrib(OrientationRequested.PORTRAIT, attributes);
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintService.java1085 return OrientationRequested.PORTRAIT;
1330 arr[0] = OrientationRequested.PORTRAIT;

Completed in 94 milliseconds