|
|||||||||
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 OrientationRequestedDefault

java.lang.Objectjavax.print.attribute.EnumSyntax
gnu.javax.print.ipp.attribute.defaults.OrientationRequestedDefault
- All Implemented Interfaces:
- javax.print.attribute.Attribute, java.lang.Cloneable, gnu.javax.print.ipp.attribute.DefaultValueAttribute, java.io.Serializable
- public final class OrientationRequestedDefault
- extends javax.print.attribute.EnumSyntax
- implements gnu.javax.print.ipp.attribute.DefaultValueAttribute
- extends javax.print.attribute.EnumSyntax
The OrientationRequestedDefault
attribute provides
the default value for the job attribute orientation-requested.
Field Summary | |
private static OrientationRequestedDefault[] |
enumValueTable
|
static OrientationRequestedDefault |
LANDSCAPE
Orientation as landscape. |
static OrientationRequestedDefault |
PORTRAIT
Orientation as portrait. |
static OrientationRequestedDefault |
REVERSE_LANDSCAPE
Orientation as reversed landscape. |
static OrientationRequestedDefault |
REVERSE_PORTRAIT
Orientation as reversed portrait. |
private static java.lang.String[] |
stringTable
|
Fields inherited from class javax.print.attribute.EnumSyntax |
|
Constructor Summary | |
protected |
OrientationRequestedDefault(int value)
Constructs a OrientationRequestedDefault 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 |
PORTRAIT
public static final OrientationRequestedDefault PORTRAIT
- Orientation as portrait.
LANDSCAPE
public static final OrientationRequestedDefault LANDSCAPE
- Orientation as landscape.
REVERSE_LANDSCAPE
public static final OrientationRequestedDefault REVERSE_LANDSCAPE
- Orientation as reversed landscape.
REVERSE_PORTRAIT
public static final OrientationRequestedDefault REVERSE_PORTRAIT
- Orientation as reversed portrait.
stringTable
private static final java.lang.String[] stringTable
enumValueTable
private static final OrientationRequestedDefault[] enumValueTable
Constructor Detail |
OrientationRequestedDefault
protected OrientationRequestedDefault(int value)
- Constructs a
OrientationRequestedDefault
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 |