Uses of Class
org.apache.batik.ext.awt.image.ARGBChannel
-
Packages that use ARGBChannel Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.ext.awt.image Contains extensions to thejava.awt.image
package.org.apache.batik.ext.awt.image.renderable org.apache.batik.ext.awt.image.rendered -
-
Uses of ARGBChannel in org.apache.batik.bridge
Methods in org.apache.batik.bridge that return ARGBChannel Modifier and Type Method Description protected static ARGBChannel
SVGFeDisplacementMapElementBridge. convertChannelSelector(org.w3c.dom.Element filterElement, java.lang.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 ARGBChannel Modifier and Type Method Description protected static ARGBChannel
SVGFeDisplacementMapElementBridge. convertChannelSelector(org.w3c.dom.Element filterElement, java.lang.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 ARGBChannel Modifier and Type Field Description static ARGBChannel
ARGBChannel. A
static ARGBChannel
ARGBChannel. B
static ARGBChannel
ARGBChannel. G
static ARGBChannel
ARGBChannel. R
Channel values -
Uses of ARGBChannel in org.apache.batik.ext.awt.image.renderable
Methods in org.apache.batik.ext.awt.image.renderable that return ARGBChannel Modifier and Type Method Description ARGBChannel
DisplacementMapRable. getXChannelSelector()
Returns the xChannelSelectorARGBChannel
DisplacementMapRable8Bit. getXChannelSelector()
Returns the xChannelSelectorARGBChannel
DisplacementMapRable. getYChannelSelector()
Returns the yChannelSelectorARGBChannel
DisplacementMapRable8Bit. getYChannelSelector()
Returns the yChannelSelectorMethods in org.apache.batik.ext.awt.image.renderable with parameters of type ARGBChannel Modifier and Type Method Description void
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 ARGBChannel Constructor Description DisplacementMapRable8Bit(java.util.List sources, double scale, ARGBChannel xChannelSelector, ARGBChannel yChannelSelector)
-
Uses of ARGBChannel in org.apache.batik.ext.awt.image.rendered
Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type ARGBChannel Constructor Description DisplacementMapRed(CachableRed image, CachableRed offsets, ARGBChannel xChannel, ARGBChannel yChannel, float scaleX, float scaleY, java.awt.RenderingHints rh)
-