Uses of Class
org.alembik.util.TranscodingUtils.TextOverlayStyle

Packages that use TranscodingUtils.TextOverlayStyle
org.alembik.util Provides the utility classes handling transcoding request and response objects. 
 

Uses of TranscodingUtils.TextOverlayStyle in org.alembik.util
 

Methods in org.alembik.util that return TranscodingUtils.TextOverlayStyle
 TranscodingUtils.TextOverlayStyle TranscodingUtils.TextOverlayFont.getStyle()
           
static TranscodingUtils.TextOverlayStyle TranscodingUtils.TextOverlayStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TranscodingUtils.TextOverlayStyle[] TranscodingUtils.TextOverlayStyle.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.alembik.util with parameters of type TranscodingUtils.TextOverlayStyle
TranscodingUtils.TextOverlayFont(java.lang.String imageFamily, TranscodingUtils.TextOverlayColor color, TranscodingUtils.TextOverlayStyle style)
          Creates the basic set of font attributes for the TextOverlay transformation to be applied on the image content.
TranscodingUtils.TextOverlayFont(java.lang.String imageFamily, TranscodingUtils.TextOverlayColor color, TranscodingUtils.TextOverlayStyle style, TranscodingUtils.TextOverlayOrientation orientation, TranscodingUtils.TextOverlayEffect effect, java.lang.Integer opacity, java.lang.Boolean smooth)
          Creates the full set of font attributes for the TextOverlay transformation to be applied on the image content.