Uses of Interface
org.apache.batik.ext.awt.image.renderable.ColorMatrixRable
-
Packages that use ColorMatrixRable Package Description org.apache.batik.ext.awt.image.renderable -
-
Uses of ColorMatrixRable in org.apache.batik.ext.awt.image.renderable
Classes in org.apache.batik.ext.awt.image.renderable that implement ColorMatrixRable Modifier and Type Class Description class
ColorMatrixRable8Bit
Implements the interface expected from a color matrix operationMethods in org.apache.batik.ext.awt.image.renderable that return ColorMatrixRable Modifier and Type Method Description static ColorMatrixRable
ColorMatrixRable8Bit. buildHueRotate(float a)
Builds a TYPE_HUE_ROTATE instance.static ColorMatrixRable
ColorMatrixRable8Bit. buildLuminanceToAlpha()
Builds a TYPE_LUMINANCE_TO_ALPHA instancestatic ColorMatrixRable
ColorMatrixRable8Bit. buildMatrix(float[][] matrix)
Builds a TYPE_MATRIX instancestatic ColorMatrixRable
ColorMatrixRable8Bit. buildSaturate(float s)
Builds a TYPE_SATURATE instance
-