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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DSides.java139 public static final Sides TWO_SIDED_LONG_EDGE = new Sides(1); field in class:Sides
151 * An alias for "two sided long edge" (see {@link #TWO_SIDED_LONG_EDGE
152 * <CODE>TWO_SIDED_LONG_EDGE</CODE>}).
154 public static final Sides DUPLEX = TWO_SIDED_LONG_EDGE;
179 TWO_SIDED_LONG_EDGE,
/openjdk7/jdk/src/share/classes/java/awt/
H A DJobAttributes.java227 public static final SidesType TWO_SIDED_LONG_EDGE = field in class:JobAttributes.SidesType
330 * <code>SidesType.TWO_SIDED_LONG_EDGE</code>, or
832 * SidesType.TWO_SIDED_LONG_EDGE imposes each consecutive pair of pages
843 * @return SidesType.ONE_SIDED, SidesType.TWO_SIDED_LONG_EDGE, or
855 * SidesType.TWO_SIDED_LONG_EDGE imposes each consecutive pair of pages
866 * @param sides SidesType.ONE_SIDED, SidesType.TWO_SIDED_LONG_EDGE, or

Completed in 33 milliseconds