xmlgraphics-commons 2.2

Uses of Class
org.apache.xmlgraphics.image.codec.tiff.CompressionValue

Packages that use CompressionValue
org.apache.xmlgraphics.image.codec.tiff Contains a TIFF image codec. 
 

Uses of CompressionValue in org.apache.xmlgraphics.image.codec.tiff
 

Methods in org.apache.xmlgraphics.image.codec.tiff that return CompressionValue
 CompressionValue TIFFEncodeParam.getCompression()
          Returns the value of the compression parameter.
static CompressionValue CompressionValue.getValue(String name)
          Gets the compression value given the name of the compression type.
static CompressionValue CompressionValue.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompressionValue[] CompressionValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.xmlgraphics.image.codec.tiff with parameters of type CompressionValue
 void TIFFEncodeParam.setCompression(CompressionValue compression)
          Specifies the type of compression to be used.
 


xmlgraphics-commons 2.2

Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.