Package net.algart.external.awt
Class BufferedImageToMatrix
java.lang.Object
net.algart.external.awt.BufferedImageToMatrix
- Direct Known Subclasses:
BufferedImageToMatrix.ToInterleavedRGB
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetBandCount(BufferedImage bufferedImage) abstract Class<?>getResultElementType(BufferedImage bufferedImage) abstract long[]getResultMatrixDimensions(int width, int height, int bandCount) final long[]getResultMatrixDimensions(BufferedImage bufferedImage) booleansetEnableAlpha(boolean enableAlpha) protected abstract voidtoJavaArray(Object resultJavaArray, BufferedImage bufferedImage) toMatrix(BufferedImage bufferedImage) toMatrix(BufferedImage bufferedImage, UpdatablePArray resultArray)
-
Constructor Details
-
BufferedImageToMatrix
public BufferedImageToMatrix()
-
-
Method Details
-
isEnableAlpha
public boolean isEnableAlpha() -
setEnableAlpha
-
toMatrix
-
toMatrix
-
getBandCount
-
getResultElementType
-
getResultMatrixDimensions
-
getResultMatrixDimensions
public abstract long[] getResultMatrixDimensions(int width, int height, int bandCount) -
toJavaArray
-