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 classColorMatrixRable8BitImplements 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 ColorMatrixRableColorMatrixRable8Bit. buildHueRotate(float a)Builds a TYPE_HUE_ROTATE instance.static ColorMatrixRableColorMatrixRable8Bit. buildLuminanceToAlpha()Builds a TYPE_LUMINANCE_TO_ALPHA instancestatic ColorMatrixRableColorMatrixRable8Bit. buildMatrix(float[][] matrix)Builds a TYPE_MATRIX instancestatic ColorMatrixRableColorMatrixRable8Bit. buildSaturate(float s)Builds a TYPE_SATURATE instance
-