|
||||||||||
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.TextOverlayStyle> org.alembik.util.TranscodingUtils.TextOverlayStyle
public static enum TranscodingUtils.TextOverlayStyle
The acceptable values of the TranscodingUtils.TextOverlayAttr.STYLE
attribute
of the TextOverlay transformation.
TranscodingUtils.TRANSFORMATION_TEXT_OVERLAY
,
TranscodingUtils.TextOverlayAttr
,
TranscodingUtils.TextOverlayFont
,
TranscodingUtils.setImageTextOverlay(TranscodingJob, String, org.alembik.util.TranscodingUtils.TextOverlayFont)
Enum Constant Summary | |
---|---|
BOLD
Bold style. |
|
BOLD_ITALIC
Bold with italic style. |
|
ITALIC
Italic style. |
|
PLAIN
Plain style. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the identifier of the font style. |
static TranscodingUtils.TextOverlayStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TranscodingUtils.TextOverlayStyle[] |
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.TextOverlayStyle PLAIN
public static final TranscodingUtils.TextOverlayStyle BOLD
public static final TranscodingUtils.TextOverlayStyle ITALIC
public static final TranscodingUtils.TextOverlayStyle BOLD_ITALIC
Method Detail |
---|
public static final TranscodingUtils.TextOverlayStyle[] values()
for(TranscodingUtils.TextOverlayStyle c : TranscodingUtils.TextOverlayStyle.values()) System.out.println(c);
public static TranscodingUtils.TextOverlayStyle 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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |