|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.print.attribute.HashAttributeSet
javax.print.attribute.HashDocAttributeSet
public class HashDocAttributeSet
HashDocAttributeSet
provides an implementation of
DocAttributeSet
.
Constructor Summary | |
---|---|
HashDocAttributeSet()
Creates an empty HashDocAttributeSet object. |
|
HashDocAttributeSet(DocAttribute attribute)
Creates a HashDocAttributeSet object with the given
attribute in it. |
|
HashDocAttributeSet(DocAttribute[] attributes)
Creates a HashDocAttributeSet object with the given
attributes in it. |
|
HashDocAttributeSet(DocAttributeSet attributes)
Creates a HashDocAttributeSet object with the attributes
of the given attributes set in it. |
Method Summary |
---|
Methods inherited from class javax.print.attribute.HashAttributeSet |
---|
add, addAll, clear, containsKey, containsValue, equals, get, hashCode, isEmpty, remove, remove, size, toArray |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.print.attribute.DocAttributeSet |
---|
add, addAll |
Methods inherited from interface javax.print.attribute.AttributeSet |
---|
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, remove, remove, size, toArray |
Constructor Detail |
---|
public HashDocAttributeSet()
HashDocAttributeSet
object.
public HashDocAttributeSet(DocAttribute attribute)
HashDocAttributeSet
object with the given
attribute in it.
attribute
- the attribute to put into the attribute set
NullPointerException
- if attribute is nullpublic HashDocAttributeSet(DocAttribute[] attributes)
HashDocAttributeSet
object with the given
attributes in it.
attributes
- the array of attributes to put into the set. If
null
an empty set is created.
NullPointerException
- if one of the attributes of the given
array is null.public HashDocAttributeSet(DocAttributeSet attributes)
HashDocAttributeSet
object with the attributes
of the given attributes set in it.
attributes
- the attributes set to put into the set. If
null
an empty set is created.
ClassCastException
- if any element of attributes is not
an instance of DocAttribute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |