|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ defaults overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
gnu.javax.print.ipp.attribute.defaults
Class FinishingsDefault

java.lang.Objectjavax.print.attribute.EnumSyntax
gnu.javax.print.ipp.attribute.defaults.FinishingsDefault
- All Implemented Interfaces:
- javax.print.attribute.Attribute, java.lang.Cloneable, gnu.javax.print.ipp.attribute.DefaultValueAttribute, java.io.Serializable
- public final class FinishingsDefault
- extends javax.print.attribute.EnumSyntax
- implements gnu.javax.print.ipp.attribute.DefaultValueAttribute
- extends javax.print.attribute.EnumSyntax
The FinishingsDefault
attribute provides the supported
values for finishings of a job.
Field Summary | |
static FinishingsDefault |
BIND
This value indicates that a binding is to be applied to the document. |
static FinishingsDefault |
COVER
Cover a document |
static FinishingsDefault |
EDGE_STITCH
Bind the document(s) with one or more staples (wire stitches) along one edge. |
static FinishingsDefault |
EDGE_STITCH_BOTTOM
Bind the document(s) with one or more staples (wire stitches) along the bottom edge. |
static FinishingsDefault |
EDGE_STITCH_LEFT
Bind the document(s) with one or more staples (wire stitches) along the left edge. |
static FinishingsDefault |
EDGE_STITCH_RIGHT
Bind the document(s) with one or more staples (wire stitches) along the right edge. |
static FinishingsDefault |
EDGE_STITCH_TOP
Bind the document(s) with one or more staples (wire stitches) along the top edge. |
private static FinishingsDefault[] |
enumValueTable
|
static FinishingsDefault |
NONE
No finishing. |
static FinishingsDefault |
SADDLE_STITCH
Bind the document(s) with one or more staples (wire stitches) along the middle fold. |
static FinishingsDefault |
STAPLE
Staple the document(s) |
static FinishingsDefault |
STAPLE_BOTTOM_LEFT
Bind the document(s) with one or more staples in the bottom left corner. |
static FinishingsDefault |
STAPLE_BOTTOM_RIGHT
Bind the document(s) with one or more staples in the bottom right corner. |
static FinishingsDefault |
STAPLE_DUAL_BOTTOM
Bind the document(s) with two staples (wire stitches) along the bottom edge assuming a portrait document. |
static FinishingsDefault |
STAPLE_DUAL_LEFT
Bind the document(s) with two staples (wire stitches) along the left edge assuming a portrait document. |
static FinishingsDefault |
STAPLE_DUAL_RIGHT
Bind the document(s) with two staples (wire stitches) along the right edge assuming a portrait document. |
static FinishingsDefault |
STAPLE_DUAL_TOP
Bind the document(s) with two staples (wire stitches) along the top edge assuming a portrait document. |
static FinishingsDefault |
STAPLE_TOP_LEFT
Bind the document(s) with one or more staples in the top left corner. |
static FinishingsDefault |
STAPLE_TOP_RIGHT
Bind the document(s) with one or more staples in the top right corner. |
private static java.lang.String[] |
stringTable
|
Fields inherited from class javax.print.attribute.EnumSyntax |
|
Constructor Summary | |
protected |
FinishingsDefault(int value)
Constructs a FinishingsDefault object. |
Method Summary | |
javax.print.attribute.Attribute |
getAssociatedAttribute()
Returns the equally enum of the standard attribute class of this DefaultValuesAttribute enum. |
java.lang.Class |
getCategory()
Returns category of this class. |
protected javax.print.attribute.EnumSyntax[] |
getEnumValueTable()
Returns a table with the enumeration values for this object. |
java.lang.String |
getName()
Returns the name of this attribute. |
protected int |
getOffset()
Returns the lowest used value by the enumerations of this class. |
protected java.lang.String[] |
getStringTable()
Returns a table with the enumeration values represented as strings for this object. |
Methods inherited from class javax.print.attribute.EnumSyntax |
clone, getValue, hashCode, readResolve, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
NONE
public static final FinishingsDefault NONE
- No finishing.
STAPLE
public static final FinishingsDefault STAPLE
- Staple the document(s)
COVER
public static final FinishingsDefault COVER
- Cover a document
BIND
public static final FinishingsDefault BIND
- This value indicates that a binding is to be applied to the document.
The type and placement of the binding is site-defined.
SADDLE_STITCH
public static final FinishingsDefault SADDLE_STITCH
- Bind the document(s) with one or more staples (wire stitches)
along the middle fold.
EDGE_STITCH
public static final FinishingsDefault EDGE_STITCH
- Bind the document(s) with one or more staples (wire stitches)
along one edge.
STAPLE_TOP_LEFT
public static final FinishingsDefault STAPLE_TOP_LEFT
- Bind the document(s) with one or more staples in the top left
corner.
STAPLE_BOTTOM_LEFT
public static final FinishingsDefault STAPLE_BOTTOM_LEFT
- Bind the document(s) with one or more staples in the bottom
left corner.
STAPLE_TOP_RIGHT
public static final FinishingsDefault STAPLE_TOP_RIGHT
- Bind the document(s) with one or more staples in the top right corner.
STAPLE_BOTTOM_RIGHT
public static final FinishingsDefault STAPLE_BOTTOM_RIGHT
- Bind the document(s) with one or more staples in the bottom right corner.
EDGE_STITCH_LEFT
public static final FinishingsDefault EDGE_STITCH_LEFT
- Bind the document(s) with one or more staples (wire stitches)
along the left edge.
EDGE_STITCH_TOP
public static final FinishingsDefault EDGE_STITCH_TOP
- Bind the document(s) with one or more staples (wire stitches) along
the top edge.
EDGE_STITCH_RIGHT
public static final FinishingsDefault EDGE_STITCH_RIGHT
- Bind the document(s) with one or more staples (wire stitches) along
the right edge.
EDGE_STITCH_BOTTOM
public static final FinishingsDefault EDGE_STITCH_BOTTOM
- Bind the document(s) with one or more staples (wire stitches) along
the bottom edge.
STAPLE_DUAL_LEFT
public static final FinishingsDefault STAPLE_DUAL_LEFT
- Bind the document(s) with two staples (wire stitches) along the
left edge assuming a portrait document.
STAPLE_DUAL_TOP
public static final FinishingsDefault STAPLE_DUAL_TOP
- Bind the document(s) with two staples (wire stitches) along the
top edge assuming a portrait document.
STAPLE_DUAL_RIGHT
public static final FinishingsDefault STAPLE_DUAL_RIGHT
- Bind the document(s) with two staples (wire stitches) along the
right edge assuming a portrait document.
STAPLE_DUAL_BOTTOM
public static final FinishingsDefault STAPLE_DUAL_BOTTOM
- Bind the document(s) with two staples (wire stitches) along the
bottom edge assuming a portrait document.
stringTable
private static final java.lang.String[] stringTable
enumValueTable
private static final FinishingsDefault[] enumValueTable
Constructor Detail |
FinishingsDefault
protected FinishingsDefault(int value)
- Constructs a
FinishingsDefault
object.
Method Detail |
getCategory
public java.lang.Class getCategory()
- Returns category of this class.
- Specified by:
getCategory
in interfacejavax.print.attribute.Attribute
getName
public java.lang.String getName()
- Returns the name of this attribute.
- Specified by:
getName
in interfacejavax.print.attribute.Attribute
getStringTable
protected java.lang.String[] getStringTable()
- Returns a table with the enumeration values represented as strings
for this object.
getEnumValueTable
protected javax.print.attribute.EnumSyntax[] getEnumValueTable()
- Returns a table with the enumeration values for this object.
getOffset
protected int getOffset()
- Returns the lowest used value by the enumerations of this class.
.
getAssociatedAttribute
public javax.print.attribute.Attribute getAssociatedAttribute()
- Returns the equally enum of the standard attribute class
of this DefaultValuesAttribute enum.
- Specified by:
getAssociatedAttribute
in interfacegnu.javax.print.ipp.attribute.DefaultValueAttribute
|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ defaults overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |