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

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

Uses of TranscodingUtils.TextOverlayColor in org.alembik.util
 

Methods in org.alembik.util that return TranscodingUtils.TextOverlayColor
 TranscodingUtils.TextOverlayColor TranscodingUtils.TextOverlayFont.getColor()
           
static TranscodingUtils.TextOverlayColor TranscodingUtils.TextOverlayColor.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TranscodingUtils.TextOverlayColor[] TranscodingUtils.TextOverlayColor.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.TextOverlayColor
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.
TranscodingUtils.TextOverlayFont(TranscodingUtils.TextOverlayFamily videoFamily, TranscodingUtils.TextOverlayColor color, java.lang.Integer size)
          Creates the basic set of font attributes for the TextOverlay transformation to be applied on the video content.