Package net.algart.external.awt
Class BufferedImageToMatrix
java.lang.Object
net.algart.external.awt.BufferedImageToMatrix
- Direct Known Subclasses:
BufferedImageToMatrix.ToInterleavedRGB
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getBandCount
(BufferedImage bufferedImage) abstract Class<?>
getResultElementType
(BufferedImage bufferedImage) abstract long[]
getResultMatrixDimensions
(int width, int height, int bandCount) final long[]
getResultMatrixDimensions
(BufferedImage bufferedImage) boolean
setEnableAlpha
(boolean enableAlpha) protected abstract void
toJavaArray
(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
-