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

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

Uses of TranscodingUtils.TextOverlayOrientation in org.alembik.util
 

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