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

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

Uses of TranscodingUtils.NavigationBarAttr in org.alembik.util
 

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

Methods in org.alembik.util that return types with arguments of type TranscodingUtils.NavigationBarAttr
static java.util.Map<TranscodingUtils.NavigationBarAttr,java.lang.String> TranscodingUtils.getNavigationBarAttrs(TranscodingJob job)
          Returns the map of the NavigBar transformation attributes, which have been set for the given transcoding job.
 

Method parameters in org.alembik.util with type arguments of type TranscodingUtils.NavigationBarAttr
static void TranscodingUtils.setNavigationBarAttrs(TranscodingJob job, java.util.Map<TranscodingUtils.NavigationBarAttr,java.lang.String> attrsMap)
          Sets a desired set of NavigBar transformation attributes, which will adjust look and behaviour of the navigation panel displayed within transcoded web documents.