KickJava   Java API By Example, From Geeks To Geeks.

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

javax.print.attribute
Interface PrintJobAttributeSet

All Superinterfaces:
AttributeSet
All Known Implementing Classes:
HashPrintJobAttributeSet
See Also:
Source Code, addAll(AttributeSet), add(Attribute), PrintJobAttribute

boolean add(Attribute attribute)
See Also:
NullPointerException, PrintJobAttribute, ClassCastException, UnmodifiableSetException, AttributeSet
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean addAll(AttributeSet attributes)
See Also:
add(Attribute), NullPointerException, PrintJobAttribute, ClassCastException, UnmodifiableSetException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Free Books   Free Magazines  
Popular Tags