Class AlphaImageFilter
- java.lang.Object
-
- java.awt.image.ImageFilter
-
- java.awt.image.RGBImageFilter
-
- com.github.weisj.jsvg.nodes.filter.AlphaImageFilter
-
- All Implemented Interfaces:
java.awt.image.ImageConsumer
,java.lang.Cloneable
final class AlphaImageFilter extends java.awt.image.RGBImageFilter
-
-
Field Summary
Fields Modifier and Type Field Description private java.awt.image.ColorModel
model
-
Constructor Summary
Constructors Constructor Description AlphaImageFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
filterRGB(int x, int y, int rgb)
-
Methods inherited from class java.awt.image.RGBImageFilter
filterIndexColorModel, filterRGBPixels, setColorModel, setPixels, setPixels, substituteColorModel
-
-