KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > attribute > HashDocAttributeSet

javax.print.attribute
Class HashDocAttributeSet

java.lang.Object
  extended by javax.print.attribute.HashAttributeSet
      extended by javax.print.attribute.HashDocAttributeSet
All Implemented Interfaces:
Serializable, AttributeSet, DocAttributeSet
See Also:
Source Code

public HashDocAttributeSet()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public HashDocAttributeSet(DocAttribute attribute)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public HashDocAttributeSet(DocAttributeSet attributes)
See Also:
ClassCastException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public HashDocAttributeSet(DocAttribute[] attributes)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags