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:
ImageConsumer, Cloneable
- Direct Known Subclasses:
FeColorMatrix.LuminanceToAlphaFilter, FeColorMatrix.MatrixRGBFilter, FeColorMatrix.NoAlphaMatrixRGBFilter
- Enclosing class:
FeColorMatrix
private abstract static class FeColorMatrix.AffineRGBImageFilter
extends ColorSpaceAwareRGBImageFilter
-
Field Summary
Fields inherited from class RGBImageFilter
canFilterIndexColorModel, newmodel, origmodelFields inherited from class ImageFilter
consumerFields inherited from interface ImageConsumer
COMPLETESCANLINES, IMAGEABORTED, IMAGEERROR, RANDOMPIXELORDER, SINGLEFRAME, SINGLEFRAMEDONE, SINGLEPASS, STATICIMAGEDONE, TOPDOWNLEFTRIGHT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ColorSpaceAwareRGBImageFilter
getRGB, pack, setConvertToLinearMethods inherited from class RGBImageFilter
filterIndexColorModel, filterRGB, filterRGBPixels, setColorModel, setPixels, setPixels, substituteColorModelMethods inherited from class ImageFilter
clone, getFilterInstance, imageComplete, resendTopDownLeftRight, setDimensions, setHints, setProperties
-
Constructor Details
-
AffineRGBImageFilter
private AffineRGBImageFilter()
-
-
Method Details
-
isLinear
abstract boolean isLinear()
-