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

/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DDocAttributeSet.java30 * Interface DocAttributeSet specifies the interface for a set of doc
33 * DocAttributeSet to specify the characteristics of an individual doc and
36 * A DocAttributeSet is just an {@link AttributeSet AttributeSet} whose
38 * namely that all attribute values in the DocAttributeSet must be instances
47 public interface DocAttributeSet extends AttributeSet { interface in inherits:AttributeSet

Completed in 36 milliseconds