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

/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DPrintRequestAttributeSet.java30 * Interface PrintRequestAttributeSet specifies the interface for a set of
33 * The client uses a PrintRequestAttributeSet to specify the settings to be
36 * PrintRequestAttributeSet is just an {@link AttributeSet AttributeSet} whose
38 * namely that all attribute values in the PrintRequestAttributeSet must be
47 public interface PrintRequestAttributeSet extends AttributeSet { interface in inherits:AttributeSet

Completed in 40 milliseconds