Package | Description |
---|---|
javax.print |
Provides the principal classes and interfaces for the
JavaTM Print Service API.
|
javax.print.attribute |
Provides classes and interfaces
that describe the types of JavaTM Print
Service attributes and how they can be collected into attribute sets.
|
Modifier and Type | Method | Description |
---|---|---|
DocAttributeSet |
Doc.getAttributes() |
Obtains the set of printing attributes for this doc object.
|
DocAttributeSet |
SimpleDoc.getAttributes() |
Obtains the set of printing attributes for this doc object.
|
Constructor | Description |
---|---|
SimpleDoc(Object printData,
DocFlavor flavor,
DocAttributeSet attributes) |
Constructs a
SimpleDoc with the specified
print data, doc flavor and doc attribute set. |
Modifier and Type | Class | Description |
---|---|---|
class |
HashDocAttributeSet |
Class HashDocAttributeSet provides an attribute set which
inherits its implementation from class
HashAttributeSet and enforces the semantic restrictions of interface DocAttributeSet . |
Modifier and Type | Method | Description |
---|---|---|
static DocAttributeSet |
AttributeSetUtilities.synchronizedView(DocAttributeSet attributeSet) |
Creates a synchronized view of the given doc attribute set.
|
static DocAttributeSet |
AttributeSetUtilities.unmodifiableView(DocAttributeSet attributeSet) |
Creates an unmodifiable view of the given doc attribute set.
|
Modifier and Type | Method | Description |
---|---|---|
static DocAttributeSet |
AttributeSetUtilities.synchronizedView(DocAttributeSet attributeSet) |
Creates a synchronized view of the given doc attribute set.
|
static DocAttributeSet |
AttributeSetUtilities.unmodifiableView(DocAttributeSet attributeSet) |
Creates an unmodifiable view of the given doc attribute set.
|
Constructor | Description |
---|---|
HashDocAttributeSet(DocAttributeSet attributes) |
Construct a new attribute set, initially populated with the
values from the given set where the members of the attribute set
are restricted to the
DocAttribute interface. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b149-1