Class Filter.SourceAlphaChannel
- java.lang.Object
-
- com.github.weisj.jsvg.nodes.filter.ImageProducerChannel
-
- com.github.weisj.jsvg.nodes.filter.Filter.SourceAlphaChannel
-
- All Implemented Interfaces:
Channel
,PixelProvider
- Enclosing class:
- Filter
private static final class Filter.SourceAlphaChannel extends ImageProducerChannel
-
-
Constructor Summary
Constructors Constructor Description SourceAlphaChannel(@NotNull java.awt.image.ImageProducer producer)
-
Method Summary
-
Methods inherited from class com.github.weisj.jsvg.nodes.filter.ImageProducerChannel
applyFilter, pixelAt, pixels, producer, toImage
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.weisj.jsvg.nodes.filter.Channel
alphaChannel, toBufferedImageNonAliased
-
-