Class JPEGTranscoder.QualityKey
- java.lang.Object
-
- org.apache.batik.transcoder.TranscodingHints.Key
-
- org.apache.batik.transcoder.image.JPEGTranscoder.QualityKey
-
- Enclosing class:
- JPEGTranscoder
private static class JPEGTranscoder.QualityKey extends TranscodingHints.Key
A transcoding Key represented the JPEG image quality.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateQualityKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCompatibleValue(java.lang.Object v)Returns true if the specified object is a valid value for this key, false otherwise.
-
-
-
Method Detail
-
isCompatibleValue
public boolean isCompatibleValue(java.lang.Object v)
Description copied from class:TranscodingHints.KeyReturns true if the specified object is a valid value for this key, false otherwise.- Specified by:
isCompatibleValuein classTranscodingHints.Key
-
-