Class ImageProducerChannel
java.lang.Object
com.github.weisj.jsvg.nodes.filter.ImageProducerChannel
- All Implemented Interfaces:
Channel, PixelProvider
- Direct Known Subclasses:
Filter.SourceAlphaChannel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final @NotNull ImageProducerprivate WritableRasterprivate BufferedImage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull ChannelapplyFilter(@NotNull ImageFilter filter) intpixelAt(double x, double y) @NotNull PixelProviderpixels(@NotNull RenderContext context) @NotNull ImageProducerproducer()private @NotNull BufferedImagerasterBuffer(@NotNull RenderContext context) @NotNull ImagetoImage(@NotNull RenderContext context) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Channel
alphaChannel, toBufferedImageNonAliased
-
Field Details
-
producer
-
rasterBuffer
-
raster
-
-
Constructor Details
-
ImageProducerChannel
-
-
Method Details
-
producer
-
applyFilter
- Specified by:
applyFilterin interfaceChannel
-
toImage
-
rasterBuffer
-
pixels
-
pixelAt
public int pixelAt(double x, double y) - Specified by:
pixelAtin interfacePixelProvider
-