Package net.anwiba.commons.image.imagen
Class ImagenImageMetadataAdjustor
- java.lang.Object
-
- net.anwiba.commons.image.imagen.ImagenImageMetadataAdjustor
-
- All Implemented Interfaces:
IImageMetadataAdjustor
public final class ImagenImageMetadataAdjustor extends java.lang.Object implements IImageMetadataAdjustor
-
-
Constructor Summary
Constructors Constructor Description ImagenImageMetadataAdjustor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IImageMetadatadoAdjust(IImageMetadata imageMetadata, float width, float height)IImageMetadatadoAdjust(IImageMetadata imageMetadata, int numberOfComponents, int numberOfBands, int colorSpaceType)IImageMetadatadoAdjust(IImageMetadata imageMetadata, int numberOfComponents, int numberOfBands, int colorSpaceType, int dataType, int transparency)IImageMetadatadoCopy(IImageMetadata imageMetadata)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.anwiba.commons.image.IImageMetadataAdjustor
adjust, adjust, adjust, adjust, adjustToGrayScale, copy
-
-
-
-
Method Detail
-
doAdjust
public IImageMetadata doAdjust(IImageMetadata imageMetadata, int numberOfComponents, int numberOfBands, int colorSpaceType)
- Specified by:
doAdjustin interfaceIImageMetadataAdjustor
-
doAdjust
public IImageMetadata doAdjust(IImageMetadata imageMetadata, float width, float height)
- 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
public IImageMetadata doCopy(IImageMetadata imageMetadata)
- Specified by:
doCopyin interfaceIImageMetadataAdjustor
-
-