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

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

Uses of TranscodingUtils.TextOverlayEffect in org.alembik.util
 

Methods in org.alembik.util that return TranscodingUtils.TextOverlayEffect
 TranscodingUtils.TextOverlayEffect TranscodingUtils.TextOverlayFont.getEffect()
           
static TranscodingUtils.TextOverlayEffect TranscodingUtils.TextOverlayEffect.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TranscodingUtils.TextOverlayEffect[] TranscodingUtils.TextOverlayEffect.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.TextOverlayEffect
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.