GNU Classpath (0.17) | ||
Frames | No Frames |
Methods with parameter type javax.print.attribute.AttributeSet | |
MultiDocPrintService[] | Not called direclty by applications.
|
PrintService[] | Not called direclty by applications.
|
Object | Returns all supported attribute values a client can use when setting up
a print job with this service.
|
AttributeSet | Returns all attributes that are unsupported for a print request in the
context of a particular document flavor.
|
boolean | PrintService.isAttributeValueSupported(Attribute attrval, DocFlavor flavor, AttributeSet attributes) Determines a given attribute value is supported when creating a print job
for this print service.
|
Methods with return type javax.print.attribute.AttributeSet | |
AttributeSet | Returns all attributes that are unsupported for a print request in the
context of a particular document flavor.
|
Classes implementing javax.print.attribute.AttributeSet | |
class | |
class | |
class | |
class | |
class |
Constructors with parameter type javax.print.attribute.AttributeSet | |
Creates a HashAttributeSet object with the given
attributes in it.
| |
Creates an empty HashAttributeSet object.
|
Methods with parameter type javax.print.attribute.AttributeSet | |
boolean | Adds all of the elements in the specified set to this attribute.
|
boolean | Adds all of the elements in the specified set to this attribute.
|
boolean | Adds the given attributes to the set.
|
boolean | Adds all of the elements in the specified set to this attribute.
|
boolean | Adds all of the elements in the specified set to this attribute.
|
boolean | Adds all of the elements in the specified set to this attribute.
|
AttributeSet | Returns a synchronized view of the given attribute set.
|
AttributeSet | Returns an unmodifiable view of the given attribute set.
|
Methods with return type javax.print.attribute.AttributeSet | |
AttributeSet | Returns a synchronized view of the given attribute set.
|
AttributeSet | Returns an unmodifiable view of the given attribute set.
|
GNU Classpath (0.17) |