Fields Summary |
---|
private static final long | serialVersionUID |
public static final PresentationDirection | TOBOTTOM_TORIGHTPages are laid out in columns starting at the top left,
proceeeding towards the bottom & right. |
public static final PresentationDirection | TOBOTTOM_TOLEFTPages are laid out in columns starting at the top right,
proceeeding towards the bottom & left. |
public static final PresentationDirection | TOTOP_TORIGHTPages are laid out in columns starting at the bottom left,
proceeeding towards the top & right. |
public static final PresentationDirection | TOTOP_TOLEFTPages are laid out in columns starting at the bottom right,
proceeeding towards the top & left. |
public static final PresentationDirection | TORIGHT_TOBOTTOMPages are laid out in rows starting at the top left,
proceeeding towards the right & bottom. |
public static final PresentationDirection | TORIGHT_TOTOPPages are laid out in rows starting at the bottom left,
proceeeding towards the right & top. |
public static final PresentationDirection | TOLEFT_TOBOTTOMPages are laid out in rows starting at the top right,
proceeeding towards the left & bottom. |
public static final PresentationDirection | TOLEFT_TOTOPPages are laid out in rows starting at the bottom right,
proceeeding towards the left & top. |
private static final String[] | myStringTable |
private static final PresentationDirection[] | myEnumValueTable |
Methods Summary |
---|
public final java.lang.Class | getCategory()Get the printing attribute class which is to be used as the "category"
for this printing attribute value.
For class PresentationDirection
the category is class PresentationDirection itself.
return PresentationDirection.class;
|
protected javax.print.attribute.EnumSyntax[] | getEnumValueTable()Returns the enumeration value table for class PresentationDirection.
return myEnumValueTable;
|
public final java.lang.String | getName()Get the name of the category of which this attribute value is an
instance.
For class PresentationDirection
the category name is "presentation-direction" .
return "presentation-direction";
|
protected java.lang.String[] | getStringTable()Returns the string table for class PresentationDirection.
return myStringTable;
|