|
|||||||||
| Home >> All >> javax >> print >> [ attribute overview ] | PREV NEXT | ||||||||
A
- Attribute - interface javax.print.attribute.Attribute.
- Base interface of every printing attribute of the Java Print Service API.
- AttributeSet - interface javax.print.attribute.AttributeSet.
AttributeSetis the top-level interface for sets of printing attributes in the Java Print Service API.- AttributeSetUtilities - class javax.print.attribute.AttributeSetUtilities.
AttributeSetUtilitiesprovides static methods for working withAttributeSets.- AttributeSetUtilities() - Constructor for class javax.print.attribute.AttributeSetUtilities
- This class isn't intended to be instantiated.
- AttributeSetUtilities.SynchronizedAttributeSet - class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet.
- AttributeSetUtilities.SynchronizedAttributeSet(AttributeSet) - Constructor for class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- AttributeSetUtilities.SynchronizedDocAttributeSet - class javax.print.attribute.AttributeSetUtilities.SynchronizedDocAttributeSet.
- AttributeSetUtilities.SynchronizedDocAttributeSet(DocAttributeSet) - Constructor for class javax.print.attribute.AttributeSetUtilities.SynchronizedDocAttributeSet
- AttributeSetUtilities.SynchronizedPrintJobAttributeSet - class javax.print.attribute.AttributeSetUtilities.SynchronizedPrintJobAttributeSet.
- AttributeSetUtilities.SynchronizedPrintJobAttributeSet(PrintJobAttributeSet) - Constructor for class javax.print.attribute.AttributeSetUtilities.SynchronizedPrintJobAttributeSet
- AttributeSetUtilities.SynchronizedPrintRequestAttributeSet - class javax.print.attribute.AttributeSetUtilities.SynchronizedPrintRequestAttributeSet.
- AttributeSetUtilities.SynchronizedPrintRequestAttributeSet(PrintRequestAttributeSet) - Constructor for class javax.print.attribute.AttributeSetUtilities.SynchronizedPrintRequestAttributeSet
- AttributeSetUtilities.SynchronizedPrintServiceAttributeSet - class javax.print.attribute.AttributeSetUtilities.SynchronizedPrintServiceAttributeSet.
- AttributeSetUtilities.SynchronizedPrintServiceAttributeSet(PrintServiceAttributeSet) - Constructor for class javax.print.attribute.AttributeSetUtilities.SynchronizedPrintServiceAttributeSet
- AttributeSetUtilities.UnmodifiableAttributeSet - class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet.
- AttributeSetUtilities.UnmodifiableAttributeSet(AttributeSet) - Constructor for class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
- AttributeSetUtilities.UnmodifiableDocAttributeSet - class javax.print.attribute.AttributeSetUtilities.UnmodifiableDocAttributeSet.
- AttributeSetUtilities.UnmodifiableDocAttributeSet(DocAttributeSet) - Constructor for class javax.print.attribute.AttributeSetUtilities.UnmodifiableDocAttributeSet
- AttributeSetUtilities.UnmodifiablePrintJobAttributeSet - class javax.print.attribute.AttributeSetUtilities.UnmodifiablePrintJobAttributeSet.
- AttributeSetUtilities.UnmodifiablePrintJobAttributeSet(PrintJobAttributeSet) - Constructor for class javax.print.attribute.AttributeSetUtilities.UnmodifiablePrintJobAttributeSet
- AttributeSetUtilities.UnmodifiablePrintRequestAttributeSet - class javax.print.attribute.AttributeSetUtilities.UnmodifiablePrintRequestAttributeSet.
- AttributeSetUtilities.UnmodifiablePrintRequestAttributeSet(PrintRequestAttributeSet) - Constructor for class javax.print.attribute.AttributeSetUtilities.UnmodifiablePrintRequestAttributeSet
- AttributeSetUtilities.UnmodifiablePrintServiceAttributeSet - class javax.print.attribute.AttributeSetUtilities.UnmodifiablePrintServiceAttributeSet.
- AttributeSetUtilities.UnmodifiablePrintServiceAttributeSet(PrintServiceAttributeSet) - Constructor for class javax.print.attribute.AttributeSetUtilities.UnmodifiablePrintServiceAttributeSet
- add(Attribute) - Method in interface javax.print.attribute.AttributeSet
- Adds the specified attribute value to this attribute set if it is not already present.
- add(Attribute) - Method in class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- add(Attribute) - Method in class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
- add(Attribute) - Method in interface javax.print.attribute.DocAttributeSet
- Adds the specified attribute value to this attribute set if it is not already present.
- add(Attribute) - Method in class javax.print.attribute.HashAttributeSet
- Adds the specified attribute value to this attribute set if it is not already present.
- add(Attribute) - Method in interface javax.print.attribute.PrintJobAttributeSet
- Adds the specified attribute value to this attribute set if it is not already present.
- add(Attribute) - Method in interface javax.print.attribute.PrintRequestAttributeSet
- Adds the specified attribute value to this attribute set if it is not already present.
- add(Attribute) - Method in interface javax.print.attribute.PrintServiceAttributeSet
- Adds the specified attribute value to this attribute set if it is not already present.
- addAll(AttributeSet) - Method in interface javax.print.attribute.AttributeSet
- Adds all of the elements in the specified set to this attribute set.
- addAll(AttributeSet) - Method in class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- addAll(AttributeSet) - Method in class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
- addAll(AttributeSet) - Method in interface javax.print.attribute.DocAttributeSet
- Adds all of the elements in the specified set to this attribute set.
- addAll(AttributeSet) - Method in class javax.print.attribute.HashAttributeSet
- Adds all of the elements in the specified set to this attribute set.
- addAll(AttributeSet) - Method in interface javax.print.attribute.PrintJobAttributeSet
- Adds all of the elements in the specified set to this attribute set.
- addAll(AttributeSet) - Method in interface javax.print.attribute.PrintRequestAttributeSet
- Adds all of the elements in the specified set to this attribute set.
- addAll(AttributeSet) - Method in interface javax.print.attribute.PrintServiceAttributeSet
- Adds all of the elements in the specified set to this attribute set.
- addAllInternal(AttributeSet, Class) - Method in class javax.print.attribute.HashAttributeSet
- addInternal(Attribute, Class) - Method in class javax.print.attribute.HashAttributeSet
- attributeMap - Variable in class javax.print.attribute.HashAttributeSet
- attrset - Variable in class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- attrset - Variable in class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
C
- clear() - Method in interface javax.print.attribute.AttributeSet
- Removes all attributes from this attribute set.
- clear() - Method in class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- clear() - Method in class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
- clear() - Method in class javax.print.attribute.HashAttributeSet
- Removes all attributes from this attribute set.
- clone() - Method in class javax.print.attribute.EnumSyntax
- Clones this object.
- contains(int) - Method in class javax.print.attribute.SetOfIntegerSyntax
- Checks if this set contains the given value.
- contains(IntegerSyntax) - Method in class javax.print.attribute.SetOfIntegerSyntax
- Checks if this set contains the given value.
- containsKey(Class) - Method in interface javax.print.attribute.AttributeSet
- Checks if this attributes set contains an attribute with the given category.
- containsKey(Class) - Method in class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- containsKey(Class) - Method in class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
- containsKey(Class) - Method in class javax.print.attribute.HashAttributeSet
- Checks if this attributes set contains an attribute with the given category.
- containsValue(Attribute) - Method in interface javax.print.attribute.AttributeSet
- Checks if this attribute set contains the given attribute.
- containsValue(Attribute) - Method in class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- containsValue(Attribute) - Method in class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
- containsValue(Attribute) - Method in class javax.print.attribute.HashAttributeSet
- Checks if this attribute set contains the given attribute.
- crossFeedResolution - Variable in class javax.print.attribute.ResolutionSyntax
D
- DPCM - Static variable in class javax.print.attribute.ResolutionSyntax
- Constant for units of dots per centimeter.
- DPI - Static variable in class javax.print.attribute.ResolutionSyntax
- Constant for units of dots per inch
- DateTimeSyntax - class javax.print.attribute.DateTimeSyntax.
DateTimeSyntaxis the abstract base class of all attribute classes having a date and a time as value.- DateTimeSyntax(Date) - Constructor for class javax.print.attribute.DateTimeSyntax
- Creates a
DateTimeSyntaxwith a given value. - DocAttribute - interface javax.print.attribute.DocAttribute.
- Marker interface for all attribute classes describing attributes of a javax.print.Doc object.
- DocAttributeSet - interface javax.print.attribute.DocAttributeSet.
DocAttributeSetspecifies an attribute set which only allows printing attributes of type DocAttribute.
E
- EnumSyntax - class javax.print.attribute.EnumSyntax.
EnumSyntaxis the abstract base class of all enumeration classes in the Java Print Service API.- EnumSyntax(int) - Constructor for class javax.print.attribute.EnumSyntax
- Creates a
EnumSyntaxobject. - equals(Object) - Method in interface javax.print.attribute.AttributeSet
- Tests this set for equality with the given object.
- equals(Object) - Method in class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- equals(Object) - Method in class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
- equals(Object) - Method in class javax.print.attribute.DateTimeSyntax
- Tests if the given object is equal to this one.
- equals(Object) - Method in class javax.print.attribute.HashAttributeSet
- Tests this set for equality with the given object.
- equals(Object) - Method in class javax.print.attribute.IntegerSyntax
- Tests if the given object is equal to this object.
- equals(Object) - Method in class javax.print.attribute.ResolutionSyntax
- Tests if the given object is equal to this object.
- equals(Object) - Method in class javax.print.attribute.SetOfIntegerSyntax
- Tests if the given object is equal to this object.
- equals(Object) - Method in class javax.print.attribute.Size2DSyntax
- Tests if the given object is equal to this object.
- equals(Object) - Method in class javax.print.attribute.TextSyntax
- Tests if the given object is equal to this object.
- equals(Object) - Method in class javax.print.attribute.URISyntax
- Tests if the given object is equal to this object.
F
- feedResolution - Variable in class javax.print.attribute.ResolutionSyntax
G
- get(Class) - Method in interface javax.print.attribute.AttributeSet
- Returns the attribute object contained in this set for the given attribute category.
- get(Class) - Method in class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- get(Class) - Method in class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
- get(Class) - Method in class javax.print.attribute.HashAttributeSet
- Returns the attribute object contained in this set for the given attribute category.
- getCategory() - Method in interface javax.print.attribute.Attribute
- Returns the category of the printing attribute which is the specific attribute class implementing this interface.
- getCrossFeedResolution(int) - Method in class javax.print.attribute.ResolutionSyntax
- Returns the cross feed resolution for the given units.
- getCrossFeedResolutionDphi() - Method in class javax.print.attribute.ResolutionSyntax
- Returns the raw cross feed resolution in dots per 100 inches.
- getEnumValueTable() - Method in class javax.print.attribute.EnumSyntax
- Returns a table with the enumeration values for this object.
- getFeedResolution(int) - Method in class javax.print.attribute.ResolutionSyntax
- Returns the feed resolution for the given units.
- getFeedResolutionDphi() - Method in class javax.print.attribute.ResolutionSyntax
- Returns the raw feed resolution in dots per 100 inches.
- getLocale() - Method in class javax.print.attribute.TextSyntax
- Returns the locale of this syntax object.
- getMembers() - Method in class javax.print.attribute.SetOfIntegerSyntax
- Returns an array describing the members included in this set.
- getName() - Method in interface javax.print.attribute.Attribute
- Returns the descriptive name of the attribute category.
- getOffset() - Method in class javax.print.attribute.EnumSyntax
- Returns the lowest used value by the enumerations of this class.
- getResolution(int) - Method in class javax.print.attribute.ResolutionSyntax
- Returns the resolution as two field array.
- getSize(int) - Method in class javax.print.attribute.Size2DSyntax
- Returns the size described in this object as a two field array.
- getStringTable() - Method in class javax.print.attribute.EnumSyntax
- Returns a table with the enumeration values represented as strings for this object.
- getURI() - Method in class javax.print.attribute.URISyntax
- Returns the URI value of this syntax object.
- getValue() - Method in class javax.print.attribute.DateTimeSyntax
- Returns the date value of this object.
- getValue() - Method in class javax.print.attribute.EnumSyntax
- Returns the value of this enumeration object.
- getValue() - Method in class javax.print.attribute.IntegerSyntax
- Returns the value of this object.
- getValue() - Method in class javax.print.attribute.TextSyntax
- Returns the value of this syntax object.
- getX(int) - Method in class javax.print.attribute.Size2DSyntax
- Returns the size in x direction.
- getXMicrometers() - Method in class javax.print.attribute.Size2DSyntax
- Returns the size in x direction in mircometers.
- getY(int) - Method in class javax.print.attribute.Size2DSyntax
- Return the size in y direction.
- getYMicrometers() - Method in class javax.print.attribute.Size2DSyntax
- Returns the size in y direction in mircometers.
H
- HashAttributeSet - class javax.print.attribute.HashAttributeSet.
HashAttributeSetprovides an implementation of AttributeSet.- HashAttributeSet() - Constructor for class javax.print.attribute.HashAttributeSet
- Creates an empty
HashAttributeSetobject. - HashAttributeSet(Attribute) - Constructor for class javax.print.attribute.HashAttributeSet
- Creates a
HashAttributeSetobject with the given attribute in it. - HashAttributeSet(Attribute[]) - Constructor for class javax.print.attribute.HashAttributeSet
- Creates a
HashAttributeSetobject with the given attributes in it. - HashAttributeSet(AttributeSet) - Constructor for class javax.print.attribute.HashAttributeSet
- Creates a
HashAttributeSetobject with attributes of the given attributes set in it. - HashAttributeSet(Class) - Constructor for class javax.print.attribute.HashAttributeSet
- Creates an empty
HashAttributeSetobject. - HashAttributeSet(Attribute, Class) - Constructor for class javax.print.attribute.HashAttributeSet
- Creates a
HashAttributeSetobject with the given attribute in it. - HashAttributeSet(Attribute[], Class) - Constructor for class javax.print.attribute.HashAttributeSet
- Creates a
HashAttributeSetobject with the given attributes in it. - HashAttributeSet(AttributeSet, Class) - Constructor for class javax.print.attribute.HashAttributeSet
- Creates a
HashAttributeSetobject with attributes of the given attributes set in it. - HashDocAttributeSet - class javax.print.attribute.HashDocAttributeSet.
HashDocAttributeSetprovides an implementation of DocAttributeSet.- HashDocAttributeSet() - Constructor for class javax.print.attribute.HashDocAttributeSet
- Creates an empty
HashDocAttributeSetobject. - HashDocAttributeSet(DocAttribute) - Constructor for class javax.print.attribute.HashDocAttributeSet
- Creates a
HashDocAttributeSetobject with the given attribute in it. - HashDocAttributeSet(DocAttribute[]) - Constructor for class javax.print.attribute.HashDocAttributeSet
- Creates a
HashDocAttributeSetobject with the given attributes in it. - HashDocAttributeSet(DocAttributeSet) - Constructor for class javax.print.attribute.HashDocAttributeSet
- Creates a
HashDocAttributeSetobject with the attributes of the given attributes set in it. - HashPrintJobAttributeSet - class javax.print.attribute.HashPrintJobAttributeSet.
HashPrintJobAttributeSetprovides an implementation of PrintJobAttributeSet.- HashPrintJobAttributeSet() - Constructor for class javax.print.attribute.HashPrintJobAttributeSet
- Creates an empty
HashPrintJobAttributeSetobject. - HashPrintJobAttributeSet(PrintJobAttribute) - Constructor for class javax.print.attribute.HashPrintJobAttributeSet
- Creates a
HashPrintJobAttributeSetobject with the given attribute in it. - HashPrintJobAttributeSet(PrintJobAttribute[]) - Constructor for class javax.print.attribute.HashPrintJobAttributeSet
- Creates a
HashPrintJobAttributeSetobject with the given attributes in it. - HashPrintJobAttributeSet(PrintJobAttributeSet) - Constructor for class javax.print.attribute.HashPrintJobAttributeSet
- Creates a
HashPrintJobAttributeSetobject with the attributes of the given attributes set in it. - HashPrintRequestAttributeSet - class javax.print.attribute.HashPrintRequestAttributeSet.
HashPrintRequestAttributeSetprovides an implementation of PrintRequestAttributeSet.- HashPrintRequestAttributeSet() - Constructor for class javax.print.attribute.HashPrintRequestAttributeSet
- Creates an empty
HashPrintRequestAttributeSetobject. - HashPrintRequestAttributeSet(PrintRequestAttribute) - Constructor for class javax.print.attribute.HashPrintRequestAttributeSet
- Creates a
HashPrintRequestAttributeSetobject with the given attribute in it. - HashPrintRequestAttributeSet(PrintRequestAttribute[]) - Constructor for class javax.print.attribute.HashPrintRequestAttributeSet
- Creates a
HashPrintRequestAttributeSetobject with the given attributes in it. - HashPrintRequestAttributeSet(PrintRequestAttributeSet) - Constructor for class javax.print.attribute.HashPrintRequestAttributeSet
- Creates a
HashPrintRequestAttributeSetobject with the attributes of the given attributes set in it. - HashPrintServiceAttributeSet - class javax.print.attribute.HashPrintServiceAttributeSet.
HashPrintServiceAttributeSetprovides an implementation of PrintServiceAttributeSet.- HashPrintServiceAttributeSet() - Constructor for class javax.print.attribute.HashPrintServiceAttributeSet
- Creates an empty
HashPrintServiceAttributeSetobject. - HashPrintServiceAttributeSet(PrintServiceAttribute) - Constructor for class javax.print.attribute.HashPrintServiceAttributeSet
- Creates a
HashPrintServiceAttributeSetobject with the given attribute in it. - HashPrintServiceAttributeSet(PrintServiceAttribute[]) - Constructor for class javax.print.attribute.HashPrintServiceAttributeSet
- Creates a
HashPrintServiceAttributeSetobject with the given attributes in it. - HashPrintServiceAttributeSet(PrintServiceAttributeSet) - Constructor for class javax.print.attribute.HashPrintServiceAttributeSet
- Creates a
HashPrintServiceAttributeSetobject with the attributes of the given attributes set in it. - hashCode() - Method in interface javax.print.attribute.AttributeSet
- Returns the hashcode value.
- hashCode() - Method in class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- hashCode() - Method in class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
- hashCode() - Method in class javax.print.attribute.DateTimeSyntax
- Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.EnumSyntax
- Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.HashAttributeSet
- Returns the hashcode value.
- hashCode() - Method in class javax.print.attribute.IntegerSyntax
- Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.ResolutionSyntax
- Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.SetOfIntegerSyntax
- Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.Size2DSyntax
- Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.TextSyntax
- Returns the hashcode for this object.
- hashCode() - Method in class javax.print.attribute.URISyntax
- Returns the hashcode for this object.
I
- INCH - Static variable in class javax.print.attribute.Size2DSyntax
- Constant for the units of inches.
- IntegerSyntax - class javax.print.attribute.IntegerSyntax.
IntegerSyntaxis the abstract base class of all attribute classes having an integer as value.- IntegerSyntax(int) - Constructor for class javax.print.attribute.IntegerSyntax
- Creates a
IntegerSyntaxwith the given value. - IntegerSyntax(int, int, int) - Constructor for class javax.print.attribute.IntegerSyntax
- Creates a
IntegerSyntaxwith the given integer value and checks if the value lies inside the given bounds.. - isEmpty() - Method in interface javax.print.attribute.AttributeSet
- Checks if the attribute set is empty.
- isEmpty() - Method in class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- isEmpty() - Method in class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
- isEmpty() - Method in class javax.print.attribute.HashAttributeSet
- Checks if the attribute set is empty.
J
- javax.print.attribute - package javax.print.attribute
- Provides the basic interfaces and classes of the Java Print Service API.
L
- lessThanOrEquals(ResolutionSyntax) - Method in class javax.print.attribute.ResolutionSyntax
- Checks if the given resolution attribute is a lower or equal to this resolution object.
- locale - Variable in class javax.print.attribute.TextSyntax
M
- MM - Static variable in class javax.print.attribute.Size2DSyntax
- Constant for the units of millimeters.
- members - Variable in class javax.print.attribute.SetOfIntegerSyntax
- myInterface - Variable in class javax.print.attribute.HashAttributeSet
N
- next(int) - Method in class javax.print.attribute.SetOfIntegerSyntax
- Returns the smallest value that is greater than x which is in this set.
- normalize(int[][], int) - Static method in class javax.print.attribute.SetOfIntegerSyntax
P
- PrintJobAttribute - interface javax.print.attribute.PrintJobAttribute.
- Marker interface for all attribute classes describing attributes or the status of a (javax.print.DocPrintJob object.
- PrintJobAttributeSet - interface javax.print.attribute.PrintJobAttributeSet.
PrintJobAttributeSetspecifies an attribute set which only allows printing attributes of type PrintJobAttribute.- PrintRequestAttribute - interface javax.print.attribute.PrintRequestAttribute.
- Marker interface for all attribute classes which specify a requested attribute of javax.print.DocPrintJob object.
- PrintRequestAttributeSet - interface javax.print.attribute.PrintRequestAttributeSet.
PrintRequestAttributeSetspecifies an attribute set which only allows printing attributes of type PrintRequestAttribute.- PrintServiceAttribute - interface javax.print.attribute.PrintServiceAttribute.
- Marker interface for all attribute classes describing parameters or the status of a javax.print.PrintService.
- PrintServiceAttributeSet - interface javax.print.attribute.PrintServiceAttributeSet.
PrintServiceAttributeSetspecifies an attribute set which only allows printing attributes of type PrintServiceAttribute.
R
- ResolutionSyntax - class javax.print.attribute.ResolutionSyntax.
ResolutionSyntaxis the abstract base class of all attribute classes which provide a resolution as value (e.g.- ResolutionSyntax(int, int, int) - Constructor for class javax.print.attribute.ResolutionSyntax
- Creates a
ResolutionSyntaxobject with the given arguments. - readObject(ObjectInputStream) - Method in class javax.print.attribute.HashAttributeSet
- readResolve() - Method in class javax.print.attribute.EnumSyntax
- Needed for singelton semantics during deserialisation.
- remove(Attribute) - Method in interface javax.print.attribute.AttributeSet
- Removes the given attribute from the set.
- remove(Class) - Method in interface javax.print.attribute.AttributeSet
- Removes the attribute entry of the given category from the set.
- remove(Class) - Method in class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- remove(Attribute) - Method in class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- remove(Class) - Method in class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
- remove(Attribute) - Method in class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
- remove(Attribute) - Method in class javax.print.attribute.HashAttributeSet
- Removes the given attribute from the set.
- remove(Class) - Method in class javax.print.attribute.HashAttributeSet
- Removes the attribute entry of the given category from the set.
S
- SetOfIntegerSyntax - class javax.print.attribute.SetOfIntegerSyntax.
SetOfIntegerSyntaxis the abstract base class of all attribute classes which provide a set of non-negative integers as value (e.g.- SetOfIntegerSyntax(int) - Constructor for class javax.print.attribute.SetOfIntegerSyntax
- Creates a
SetOfIntegerSyntaxobject. - SetOfIntegerSyntax(int[][]) - Constructor for class javax.print.attribute.SetOfIntegerSyntax
- Creates a
SetOfIntegerSyntaxobject. - SetOfIntegerSyntax(String) - Constructor for class javax.print.attribute.SetOfIntegerSyntax
- Creates a
SetOfIntegerSyntaxobject. - SetOfIntegerSyntax(int, int) - Constructor for class javax.print.attribute.SetOfIntegerSyntax
- Creates a
SetOfIntegerSyntaxobject. - Size2DSyntax - class javax.print.attribute.Size2DSyntax.
Size2DSyntaxis the abstract base class of all attribute classes which provide a two dimensional size as value (e.g.- Size2DSyntax(float, float, int) - Constructor for class javax.print.attribute.Size2DSyntax
- Creates a
Size2DSyntaxobject with the given arguments. - Size2DSyntax(int, int, int) - Constructor for class javax.print.attribute.Size2DSyntax
- Creates a
Size2DSyntaxobject with the given arguments. - SupportedValuesAttribute - interface javax.print.attribute.SupportedValuesAttribute.
- Marker interface for all attribute classes specifying the supported/allowed values for another printing attribute class.
- serialVersionUID - Static variable in class javax.print.attribute.DateTimeSyntax
- serialVersionUID - Static variable in class javax.print.attribute.EnumSyntax
- serialVersionUID - Static variable in class javax.print.attribute.HashAttributeSet
- serialVersionUID - Static variable in class javax.print.attribute.HashDocAttributeSet
- serialVersionUID - Static variable in class javax.print.attribute.HashPrintJobAttributeSet
- serialVersionUID - Static variable in class javax.print.attribute.HashPrintRequestAttributeSet
- serialVersionUID - Static variable in class javax.print.attribute.HashPrintServiceAttributeSet
- serialVersionUID - Static variable in class javax.print.attribute.ResolutionSyntax
- serialVersionUID - Static variable in class javax.print.attribute.SetOfIntegerSyntax
- serialVersionUID - Static variable in class javax.print.attribute.TextSyntax
- serialVersionUID - Static variable in class javax.print.attribute.URISyntax
- size() - Method in interface javax.print.attribute.AttributeSet
- Returns the number of elements in this attribute set.
- size() - Method in class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- size() - Method in class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
- size() - Method in class javax.print.attribute.HashAttributeSet
- Returns the number of elements in this attribute set.
- skipNumber(StringCharacterIterator) - Method in class javax.print.attribute.SetOfIntegerSyntax
- skipWhitespace(StringCharacterIterator) - Method in class javax.print.attribute.SetOfIntegerSyntax
- synchronizedView(AttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
- Returns a synchronized view of the given attribute set.
- synchronizedView(DocAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
- Returns a synchronized view of the given attribute set.
- synchronizedView(PrintJobAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
- Returns a synchronized view of the given attribute set.
- synchronizedView(PrintRequestAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
- Returns a synchronized view of the given attribute set.
- synchronizedView(PrintServiceAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
- Returns a synchronized view of the given attribute set.
T
- TextSyntax - class javax.print.attribute.TextSyntax.
TextSyntaxis the abstract base class of all attribute classes which provide a string as value (e.g.- TextSyntax(String, Locale) - Constructor for class javax.print.attribute.TextSyntax
- Creates a
TextSyntaxobject with the given value and locale. - toArray() - Method in interface javax.print.attribute.AttributeSet
- Returns the content of the attribute set as an array
- toArray() - Method in class javax.print.attribute.AttributeSetUtilities.SynchronizedAttributeSet
- toArray() - Method in class javax.print.attribute.AttributeSetUtilities.UnmodifiableAttributeSet
- toArray() - Method in class javax.print.attribute.HashAttributeSet
- Returns the content of the attribute set as an array
- toString() - Method in class javax.print.attribute.DateTimeSyntax
- Returns the string representation for this object.
- toString() - Method in class javax.print.attribute.EnumSyntax
- Returns the string representation for this object.
- toString() - Method in class javax.print.attribute.IntegerSyntax
- Returns the string representation for this object.
- toString() - Method in class javax.print.attribute.ResolutionSyntax
- Returns the string representation for this object.
- toString(int, String) - Method in class javax.print.attribute.ResolutionSyntax
- Returns the string representation for this object.
- toString() - Method in class javax.print.attribute.SetOfIntegerSyntax
- Returns the string representation for this object.
- toString() - Method in class javax.print.attribute.Size2DSyntax
- Returns the string representation for this object.
- toString(int, String) - Method in class javax.print.attribute.Size2DSyntax
- Returns the string representation for this object.
- toString() - Method in class javax.print.attribute.TextSyntax
- Returns a string representing the object.
- toString() - Method in class javax.print.attribute.URISyntax
- Returns the string representation for this object.
U
- URISyntax - class javax.print.attribute.URISyntax.
URISyntaxis the abstract base class of all attribute classes having an Uniform Resource Identifier URI as value.- URISyntax(URI) - Constructor for class javax.print.attribute.URISyntax
- Creates a
URISyntaxobject. - UnmodifiableSetException - exception javax.print.attribute.UnmodifiableSetException.
- Exception which is thrown if an operation on an unmodifiable set is invoked.
- UnmodifiableSetException() - Constructor for class javax.print.attribute.UnmodifiableSetException
- Creates a
UnmodifiableSetException. - UnmodifiableSetException(String) - Constructor for class javax.print.attribute.UnmodifiableSetException
- Creates a
UnmodifiableSetExceptionwith the given message. - unmodifiableView(AttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
- Returns an unmodifiable view of the given attribute set.
- unmodifiableView(DocAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
- Returns an unmodifiable view of the given attribute set.
- unmodifiableView(PrintJobAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
- Returns an unmodifiable view of the given attribute set.
- unmodifiableView(PrintRequestAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
- Returns an unmodifiable view of the given attribute set.
- unmodifiableView(PrintServiceAttributeSet) - Static method in class javax.print.attribute.AttributeSetUtilities
- Returns an unmodifiable view of the given attribute set.
- uri - Variable in class javax.print.attribute.URISyntax
V
- value - Variable in class javax.print.attribute.DateTimeSyntax
- value - Variable in class javax.print.attribute.EnumSyntax
- value - Variable in class javax.print.attribute.IntegerSyntax
- value - Variable in class javax.print.attribute.TextSyntax
- verifyAttributeCategory(Object, Class) - Static method in class javax.print.attribute.AttributeSetUtilities
- Verifies that the given object is a
Classthat implements the given interface name and returns it casted. - verifyAttributeValue(Object, Class) - Static method in class javax.print.attribute.AttributeSetUtilities
- Verifies that the given object is an attribute of the given interface.
- verifyCategoryForValue(Class, Attribute) - Static method in class javax.print.attribute.AttributeSetUtilities
- Verifies that the category of attribute is equals to the given category class.
W
- writeObject(ObjectOutputStream) - Method in class javax.print.attribute.HashAttributeSet
X
- x - Variable in class javax.print.attribute.Size2DSyntax
- x size in micrometers.
Y
- y - Variable in class javax.print.attribute.Size2DSyntax
- y size in micrometers.
A C D E F G H I J L M N P R S T U V W X Y
|
|||||||||
| Home >> All >> javax >> print >> [ attribute overview ] | PREV NEXT | ||||||||