|
PDF Clown 0.1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TilingPattern.TilingTypeEnum>
org.pdfclown.documents.contents.colorSpaces.TilingPattern.TilingTypeEnum
public static enum TilingPattern.TilingTypeEnum
Spacing adjustment of tiles relative to the device pixel grid.
| Enum Constant Summary | |
|---|---|
ConstantSpacing
Pattern cells are spaced consistently, that is by a multiple of a device pixel. |
|
FasterConstantSpacing
Pattern cells are spaced consistently as in tiling type 1 but with additional distortion permitted to enable a more efficient implementation. |
|
VariableSpacing
The pattern cell is not distorted, but the spacing between pattern cells may vary by as much as 1 device pixel, both horizontally and vertically, when the pattern is painted. |
|
| Method Summary | |
|---|---|
static TilingPattern.TilingTypeEnum |
get(int code)
|
int |
getCode()
|
static TilingPattern.TilingTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TilingPattern.TilingTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TilingPattern.TilingTypeEnum ConstantSpacing
public static final TilingPattern.TilingTypeEnum VariableSpacing
public static final TilingPattern.TilingTypeEnum FasterConstantSpacing
| Method Detail |
|---|
public static TilingPattern.TilingTypeEnum[] values()
for (TilingPattern.TilingTypeEnum c : TilingPattern.TilingTypeEnum.values()) System.out.println(c);
public static TilingPattern.TilingTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static TilingPattern.TilingTypeEnum get(int code)
public int getCode()
|
PDF Clown 0.1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||