public abstract class AbstractImageConverter extends java.lang.Object implements ImageConverter
MEDIUM_CONVERSION_PENALTY, MINIMAL_CONVERSION_PENALTY, NO_CONVERSION_PENALTY
Constructor and Description |
---|
AbstractImageConverter() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkSourceFlavor(Image img)
Checks if the source flavor of the given image is compatible with this ImageConverter.
|
int |
getConversionPenalty()
Returns the conversion penalty for the conversion that this implementation supports.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convert, getSourceFlavor, getTargetFlavor
protected void checkSourceFlavor(Image img)
img
- the image to checkpublic int getConversionPenalty()
getConversionPenalty
in interface ImageConverter
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.