KickJava   Java API By Example, From Geeks To Geeks.

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

javax.print.attribute
Class HashPrintJobAttributeSet

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

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


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


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


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

Popular Tags