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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DSides.java130 public static final Sides ONE_SIDED = new Sides(0); field in class:Sides
178 ONE_SIDED,
/openjdk7/jdk/src/share/classes/java/awt/
H A DJobAttributes.java219 public static final SidesType ONE_SIDED = new SidesType(I_ONE_SIDED); field in class:JobAttributes.SidesType
269 * Sides defaults to <code>SidesType.ONE_SIDED</code>. File name defaults
329 * @param sides <code>SidesType.ONE_SIDED</code>,
829 * print medium for jobs using these attributes. SidesType.ONE_SIDED
843 * @return SidesType.ONE_SIDED, SidesType.TWO_SIDED_LONG_EDGE, or
852 * print medium for jobs using these attributes. SidesType.ONE_SIDED
864 * this attribute is equivalent to specifying SidesType.ONE_SIDED.
866 * @param sides SidesType.ONE_SIDED, SidesType.TWO_SIDED_LONG_EDGE, or
881 * default imposition is SidesType.ONE_SIDED.
884 setSides(SidesType.ONE_SIDED);
[all...]

Completed in 56 milliseconds