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

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

Uses of TranscodingUtils.PageSizeEval in org.alembik.util
 

Methods in org.alembik.util that return TranscodingUtils.PageSizeEval
static TranscodingUtils.PageSizeEval TranscodingUtils.getPageSizeEval(Text text)
          Returns the page size evaluation algorithm of a transcoded page.
static TranscodingUtils.PageSizeEval TranscodingUtils.PageSizeEval.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TranscodingUtils.PageSizeEval[] TranscodingUtils.PageSizeEval.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.alembik.util with parameters of type TranscodingUtils.PageSizeEval
static void TranscodingUtils.setPageSizeEval(Text text, TranscodingUtils.PageSizeEval eval)
          Requests the specified algorithm evaluating the size of a transcoded page.