Module net.anwiba.commons.image
Package net.anwiba.commons.image.imagen
Class ImagenImageMetadataAdjustor
java.lang.Object
net.anwiba.commons.image.imagen.ImagenImageMetadataAdjustor
- All Implemented Interfaces:
IImageMetadataAdjustor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoAdjust(IImageMetadata imageMetadata, float width, float height) doAdjust(IImageMetadata imageMetadata, int numberOfComponents, int numberOfBands, int colorSpaceType) doAdjust(IImageMetadata imageMetadata, int numberOfComponents, int numberOfBands, int colorSpaceType, int dataType, int transparency) doCopy(IImageMetadata imageMetadata) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.image.IImageMetadataAdjustor
adjust, adjust, adjust, adjust, adjustToGrayScale, copy
-
Constructor Details
-
ImagenImageMetadataAdjustor
public ImagenImageMetadataAdjustor()
-
-
Method Details
-
doAdjust
public IImageMetadata doAdjust(IImageMetadata imageMetadata, int numberOfComponents, int numberOfBands, int colorSpaceType) - Specified by:
doAdjustin interfaceIImageMetadataAdjustor
-
doAdjust
- Specified by:
doAdjustin interfaceIImageMetadataAdjustor
-
doAdjust
public IImageMetadata doAdjust(IImageMetadata imageMetadata, int numberOfComponents, int numberOfBands, int colorSpaceType, int dataType, int transparency) - Specified by:
doAdjustin interfaceIImageMetadataAdjustor
-
doCopy
- Specified by:
doCopyin interfaceIImageMetadataAdjustor
-