API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute.standard. Finishings View Source
Author(s)
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Object
      EnumSyntax
          Finishings
Implements
 DocAttribute
 PrintRequestAttribute
 PrintJobAttribute
Subclasses
Description
public class Finishings
  Class Finishings is a printing attribute class, an enumeration, that identifies whether the printer applies a finishing operation of some kind of binding to each copy of each printed document in the job.
See also:   
Constructors
protected Finishings (int value)
  Construct a new finishings binding enumeration value with the given integer value.
Methods
Hide/Show inherited methods
public Object clone () [Inherited From EnumSyntax]
Returns a clone of this enumeration value, which to preserve the semantics of enumeration values is the same object as this enumeration value.
publicfinal Class<Attribute> getCategory ()
  Get the printing attribute class which is to be used as the "category" for this printing attribute value.
protected EnumSyntax getEnumValueTable () [Overrides EnumSyntax]
Returns the enumeration value table for class Finishings.
publicfinal String getName ()
  Get the name of the category of which this attribute value is an instance.
protected int getOffset () [Overrides EnumSyntax]
Returns the lowest integer value used by class Finishings.
protected String getStringTable () [Overrides EnumSyntax]
Returns the string table for class Finishings.
public int getValue () [Inherited From EnumSyntax]
  Returns this enumeration value's integer value.
public int hashCode () [Inherited From EnumSyntax]
  Returns a hash code value for this enumeration value.
protected Object readResolve () throws ObjectStreamException [Inherited From EnumSyntax]
  During object input, convert this deserialized enumeration instance to the proper enumeration value defined in the enumeration attribute class.
public String toString () [Inherited From EnumSyntax]
Returns a string value corresponding to this enumeration value.
Fields
Hide/Show inherited fields
publicfinalstatic Finishings BIND
This value indicates that a binding is to be applied to the document; the type and placement of the binding is site-defined.
publicfinalstatic Finishings COVER
  This value is specified when it is desired to select a non-printed (or pre-printed) cover for the document.
publicfinalstatic Finishings EDGE_STITCH
  Bind the document(s) with one or more staples (wire stitches) along one edge.
publicfinalstatic Finishings EDGE_STITCH_BOTTOM
  Bind the document(s) with one or more staples (wire stitches) along the bottom edge.
publicfinalstatic Finishings EDGE_STITCH_LEFT
  Bind the document(s) with one or more staples (wire stitches) along the left edge.
publicfinalstatic Finishings EDGE_STITCH_RIGHT
  Bind the document(s) with one or more staples (wire stitches) along the right edge.
publicfinalstatic Finishings EDGE_STITCH_TOP
  Bind the document(s) with one or more staples (wire stitches) along the top edge.
publicfinalstatic Finishings NONE
Perform no binding.
publicfinalstatic Finishings SADDLE_STITCH
  Bind the document(s) with one or more staples (wire stitches) along the middle fold.
publicfinalstatic Finishings STAPLE
  Bind the document(s) with one or more staples.
publicfinalstatic Finishings STAPLE_BOTTOM_LEFT
Bind the document(s) with one or more staples in the bottom left corner.
publicfinalstatic Finishings STAPLE_BOTTOM_RIGHT
Bind the document(s) with one or more staples in the bottom right corner.
publicfinalstatic Finishings STAPLE_DUAL_BOTTOM
Bind the document(s) with two staples (wire stitches) along the bottom edge assuming a portrait document (see above).
publicfinalstatic Finishings STAPLE_DUAL_LEFT
Bind the document(s) with two staples (wire stitches) along the left edge assuming a portrait document (see above).
publicfinalstatic Finishings STAPLE_DUAL_RIGHT
Bind the document(s) with two staples (wire stitches) along the right edge assuming a portrait document (see above).
publicfinalstatic Finishings STAPLE_DUAL_TOP
Bind the document(s) with two staples (wire stitches) along the top edge assuming a portrait document (see above).
publicfinalstatic Finishings STAPLE_TOP_LEFT
Bind the document(s) with one or more staples in the top left corner.
publicfinalstatic Finishings STAPLE_TOP_RIGHT
Bind the document(s) with one or more staples in the top right corner.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar