javax > javax.print > javax.print.attribute > javax.print.attribute.attributeset >

Interface: javax.print.attribute.AttributeSet
    javax.print.attribute.AttributeSet


public interface AttributeSet


FIELDS:

CONSTRUCTORS:

METHODS:
boolean add(Attribute attribute)
Throws: NullPointerException
Throws: UnmodifiableSetException

boolean addAll(AttributeSet attributes)
Throws: UnmodifiableSetException
Throws: NullPointerException

void clear()
Throws: UnmodifiableSetException

boolean containsKey(Class category)

boolean containsValue(Attribute attribute)

boolean equals(Object object)

Attribute get(Class category)
Throws: NullPointerException
Throws: ClassCastException

int hashCode()

boolean isEmpty()

boolean remove(Class category)
Throws: UnmodifiableSetException

boolean remove(Attribute attribute)
Throws: UnmodifiableSetException

int size()

Attribute[] toArray()


INHERITED METHODS:

SUBINTERFACES:
DocAttributeSet, PrintJobAttributeSet, PrintRequestAttributeSet, PrintServiceAttributeSet,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net