Module java.desktop

Class HashDocAttributeSet

java.lang.Object
javax.print.attribute.HashAttributeSet
javax.print.attribute.HashDocAttributeSet
All Implemented Interfaces:
Serializable, AttributeSet, DocAttributeSet

public class HashDocAttributeSet extends HashAttributeSet implements DocAttributeSet, Serializable
Class HashDocAttributeSet provides an attribute set which inherits its implementation from class HashAttributeSet and enforces the semantic restrictions of interface DocAttributeSet.
See Also: