|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<TranscodingUtils.OverlayLogoColor> org.alembik.util.TranscodingUtils.OverlayLogoColor
public static enum TranscodingUtils.OverlayLogoColor
The acceptable values of the TranscodingUtils.OverlayLogoAttr.TRANSPARENT_COLOR
attribute
of the OverlayLogo transformation.
TranscodingUtils.TRANSFORMATION_OVERLAY_LOGO
,
TranscodingUtils.OverlayLogoAttr
,
TranscodingUtils.setImageOverlayLogo(TranscodingJob, String, org.alembik.util.TranscodingUtils.OverlayLogoColor, Integer)
Enum Constant Summary | |
---|---|
BLACK
Black background color. |
|
BLUE
Blue background color. |
|
CYAN
Cyan background color. |
|
DARK_GRAY
Dark gray background color. |
|
GRAY
Gray background color. |
|
GREEN
Green background color. |
|
LIGHT_GRAY
Light gray background color. |
|
MAGENTA
Magenta background color. |
|
ORANGE
Orange background color. |
|
PINK
Pink background color. |
|
RED
Red background color. |
|
WHITE
White background color. |
|
YELLOW
Yellow background color. |
Method Summary | |
---|---|
static TranscodingUtils.OverlayLogoColor |
fromName(java.lang.String name)
Gets the enum instance of the given color name. |
java.lang.String |
getName()
Returns the color name. |
java.lang.String |
getValue()
Returns the color RGB number in HEX format (for example #FFFFFF). |
static TranscodingUtils.OverlayLogoColor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TranscodingUtils.OverlayLogoColor[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 TranscodingUtils.OverlayLogoColor BLACK
public static final TranscodingUtils.OverlayLogoColor BLUE
public static final TranscodingUtils.OverlayLogoColor CYAN
public static final TranscodingUtils.OverlayLogoColor DARK_GRAY
public static final TranscodingUtils.OverlayLogoColor GRAY
public static final TranscodingUtils.OverlayLogoColor GREEN
public static final TranscodingUtils.OverlayLogoColor LIGHT_GRAY
public static final TranscodingUtils.OverlayLogoColor MAGENTA
public static final TranscodingUtils.OverlayLogoColor ORANGE
public static final TranscodingUtils.OverlayLogoColor PINK
public static final TranscodingUtils.OverlayLogoColor RED
public static final TranscodingUtils.OverlayLogoColor WHITE
public static final TranscodingUtils.OverlayLogoColor YELLOW
Method Detail |
---|
public static final TranscodingUtils.OverlayLogoColor[] values()
for(TranscodingUtils.OverlayLogoColor c : TranscodingUtils.OverlayLogoColor.values()) System.out.println(c);
public static TranscodingUtils.OverlayLogoColor 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 namepublic java.lang.String getName()
public java.lang.String getValue()
public static TranscodingUtils.OverlayLogoColor fromName(java.lang.String name)
name
- color name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |