Uses of Class
org.apache.batik.ext.awt.image.ARGBChannel
Packages that use ARGBChannel
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Contains extensions to the
java.awt.image
package.-
Uses of ARGBChannel in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return ARGBChannelModifier and TypeMethodDescriptionprotected static ARGBChannel
SVGFeDisplacementMapElementBridge.convertChannelSelector
(Element filterElement, String attrName, ARGBChannel defaultChannel, BridgeContext ctx) Returns the channel for the specified feDisplacementMap filter primitive attribute, considering the specified attribute name.Methods in org.apache.batik.bridge with parameters of type ARGBChannelModifier and TypeMethodDescriptionprotected static ARGBChannel
SVGFeDisplacementMapElementBridge.convertChannelSelector
(Element filterElement, String attrName, ARGBChannel defaultChannel, BridgeContext ctx) Returns the channel for the specified feDisplacementMap filter primitive attribute, considering the specified attribute name. -
Uses of ARGBChannel in org.apache.batik.ext.awt.image
Fields in org.apache.batik.ext.awt.image declared as ARGBChannelModifier and TypeFieldDescriptionstatic final ARGBChannel
ARGBChannel.A
static final ARGBChannel
ARGBChannel.B
static final ARGBChannel
ARGBChannel.G
static final ARGBChannel
ARGBChannel.R
Channel values -
Uses of ARGBChannel in org.apache.batik.ext.awt.image.renderable
Fields in org.apache.batik.ext.awt.image.renderable declared as ARGBChannelModifier and TypeFieldDescriptionprivate ARGBChannel
DisplacementMapRable8Bit.xChannelSelector
Defines which channel in the second source is used to displace along the x axisprivate ARGBChannel
DisplacementMapRable8Bit.yChannelSelector
Defines which channel in the second source is used to displace along the y axis.Methods in org.apache.batik.ext.awt.image.renderable that return ARGBChannelModifier and TypeMethodDescriptionDisplacementMapRable.getXChannelSelector()
Returns the xChannelSelectorDisplacementMapRable8Bit.getXChannelSelector()
Returns the xChannelSelectorDisplacementMapRable.getYChannelSelector()
Returns the yChannelSelectorDisplacementMapRable8Bit.getYChannelSelector()
Returns the yChannelSelectorMethods in org.apache.batik.ext.awt.image.renderable with parameters of type ARGBChannelModifier and TypeMethodDescriptionvoid
DisplacementMapRable.setXChannelSelector
(ARGBChannel xChannelSelector) Select which component values will be used for displacement along the X axisvoid
DisplacementMapRable8Bit.setXChannelSelector
(ARGBChannel xChannelSelector) Select which component values will be used for displacement along the X axisvoid
DisplacementMapRable.setYChannelSelector
(ARGBChannel yChannelSelector) Select which component values will be used for displacement along the Y axisvoid
DisplacementMapRable8Bit.setYChannelSelector
(ARGBChannel yChannelSelector) Select which component values will be used for displacement along the Y axisConstructors in org.apache.batik.ext.awt.image.renderable with parameters of type ARGBChannelModifierConstructorDescriptionDisplacementMapRable8Bit
(List sources, double scale, ARGBChannel xChannelSelector, ARGBChannel yChannelSelector) -
Uses of ARGBChannel in org.apache.batik.ext.awt.image.rendered
Fields in org.apache.batik.ext.awt.image.rendered declared as ARGBChannelModifier and TypeFieldDescriptionprivate ARGBChannel
DisplacementMapRed.xChannel
The channel type of the operation on X axisprivate ARGBChannel
DisplacementMapRed.yChannel
The channel type of the operation on Y axisConstructors in org.apache.batik.ext.awt.image.rendered with parameters of type ARGBChannelModifierConstructorDescriptionDisplacementMapRed
(CachableRed image, CachableRed offsets, ARGBChannel xChannel, ARGBChannel yChannel, float scaleX, float scaleY, RenderingHints rh)