Class FeColorMatrix.AffineRGBImageFilter
- java.lang.Object
-
- java.awt.image.ImageFilter
-
- java.awt.image.RGBImageFilter
-
- com.github.weisj.jsvg.util.ColorSpaceAwareRGBImageFilter
-
- com.github.weisj.jsvg.nodes.filter.FeColorMatrix.AffineRGBImageFilter
-
- All Implemented Interfaces:
java.awt.image.ImageConsumer
,java.lang.Cloneable
- Direct Known Subclasses:
FeColorMatrix.LuminanceToAlphaFilter
,FeColorMatrix.MatrixRGBFilter
,FeColorMatrix.NoAlphaMatrixRGBFilter
- Enclosing class:
- FeColorMatrix
private abstract static class FeColorMatrix.AffineRGBImageFilter extends ColorSpaceAwareRGBImageFilter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AffineRGBImageFilter()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract boolean
isLinear()
-
Methods inherited from class com.github.weisj.jsvg.util.ColorSpaceAwareRGBImageFilter
getRGB, pack, setConvertToLinear
-
Methods inherited from class java.awt.image.RGBImageFilter
filterIndexColorModel, filterRGB, filterRGBPixels, setColorModel, setPixels, setPixels, substituteColorModel
-
-