public abstract class AbstractImageConverter extends 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 © 2024 Apache Software Foundation. All rights reserved.