|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SubstanceConstants.ImageWatermarkKind>
org.pushingpixels.substance.api.SubstanceConstants.ImageWatermarkKind
public static enum SubstanceConstants.ImageWatermarkKind
Enumerates of image-based watermarks kinds.
SubstanceImageWatermark.setKind(org.pushingpixels.substance.api.SubstanceConstants.ImageWatermarkKind)
,
SubstanceImageWatermark.getKind()
Enum Constant Summary | |
---|---|
APP_ANCHOR
The image is anchored to the top-left corner of the application frame and not scaled. |
|
APP_CENTER
The image is anchored to the center of the application frame and not scaled. |
|
APP_TILE
The image is tiled starting from the top-left corner of the application frame and not scaled. |
|
SCREEN_CENTER_SCALE
The default behaviour. |
|
SCREEN_TILE
The image is tiled starting from the screen top-left corner and not scaled. |
Method Summary | |
---|---|
static SubstanceConstants.ImageWatermarkKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SubstanceConstants.ImageWatermarkKind[] |
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 SubstanceConstants.ImageWatermarkKind SCREEN_CENTER_SCALE
public static final SubstanceConstants.ImageWatermarkKind SCREEN_TILE
public static final SubstanceConstants.ImageWatermarkKind APP_ANCHOR
public static final SubstanceConstants.ImageWatermarkKind APP_CENTER
public static final SubstanceConstants.ImageWatermarkKind APP_TILE
Method Detail |
---|
public static SubstanceConstants.ImageWatermarkKind[] values()
for (SubstanceConstants.ImageWatermarkKind c : SubstanceConstants.ImageWatermarkKind.values()) System.out.println(c);
public static SubstanceConstants.ImageWatermarkKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |