javax > javax.print > javax.print.attribute > javax.print.attribute.hashattributeset >

Class: javax.print.attribute.HashAttributeSet
    java.lang.Object
       javax.print.attribute.HashAttributeSet


public class HashAttributeSet extends Object implements AttributeSet, Serializable


FIELDS:

CONSTRUCTORS:
public HashAttributeSet()

public HashAttributeSet(Attribute attribute)

public HashAttributeSet(Attribute[] attributes)

public HashAttributeSet(AttributeSet attributes)

protected HashAttributeSet(Class interfaceName)

protected HashAttributeSet(Attribute attribute, Class interfaceName)

protected HashAttributeSet(Attribute[] attributes, Class interfaceName)

protected HashAttributeSet(AttributeSet attributes, Class interfaceName)


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

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

public void clear()
Throws: UnmodifiableSetException

public boolean containsKey(Class category)

public boolean containsValue(Attribute attribute)

public boolean equals(Object object)
Overrides: Object

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

public int hashCode()
Overrides: Object

public boolean isEmpty()

public boolean remove(Class category)
Throws: UnmodifiableSetException

public boolean remove(Attribute attribute)
Throws: UnmodifiableSetException

public int size()

public Attribute[] toArray()


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
HashDocAttributeSet, HashPrintJobAttributeSet, HashPrintRequestAttributeSet, HashPrintServiceAttributeSet,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net