ImageConverter
ImageConverterBitmap2G2D
, ImageConverterBuffered2Rendered
, ImageConverterG2D2Bitmap
, ImageConverterRendered2PNG
public abstract class AbstractImageConverter extends java.lang.Object implements ImageConverter
MEDIUM_CONVERSION_PENALTY, MINIMAL_CONVERSION_PENALTY, NO_CONVERSION_PENALTY
Constructor | Description |
---|---|
AbstractImageConverter() |
Modifier and Type | Method | 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.
|
convert, getSourceFlavor, getTargetFlavor
protected void checkSourceFlavor(Image img)
img
- the image to checkpublic int getConversionPenalty()
getConversionPenalty
in interface ImageConverter
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.