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

/openjdk7/jdk/src/share/classes/java/awt/
H A DPageAttributes.java45 * import java.awt.PageAttributes;
48 * public void setMonochrome(PageAttributes pageAttributes) {
49 * pageAttributes.setColor(PageAttributes.ColorType.MONOCHROME);
61 public final class PageAttributes implements Cloneable { class in inherits:Cloneable
909 * Constructs a PageAttributes instance with default values for every
912 public PageAttributes() { method in class:PageAttributes
922 * Constructs a PageAttributes instance which is a copy of the supplied
923 * PageAttributes.
925 * @param obj the PageAttributes to copy.
927 public PageAttributes(PageAttribute method in class:PageAttributes
949 public PageAttributes(ColorType color, MediaType media, method in class:PageAttributes
[all...]

Completed in 64 milliseconds