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.imagepackage.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 ARGBChannelSVGFeDisplacementMapElementBridge. 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 ARGBChannelSVGFeDisplacementMapElementBridge. 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 ARGBChannelARGBChannel. Astatic ARGBChannelARGBChannel. Bstatic ARGBChannelARGBChannel. Gstatic ARGBChannelARGBChannel. RChannel values -
Uses of ARGBChannel in org.apache.batik.ext.awt.image.renderable
Fields in org.apache.batik.ext.awt.image.renderable declared as ARGBChannel Modifier and Type Field Description private ARGBChannelDisplacementMapRable8Bit. xChannelSelectorDefines which channel in the second source is used to displace along the x axisprivate ARGBChannelDisplacementMapRable8Bit. yChannelSelectorDefines 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 ARGBChannel Modifier and Type Method Description ARGBChannelDisplacementMapRable. getXChannelSelector()Returns the xChannelSelectorARGBChannelDisplacementMapRable8Bit. getXChannelSelector()Returns the xChannelSelectorARGBChannelDisplacementMapRable. getYChannelSelector()Returns the yChannelSelectorARGBChannelDisplacementMapRable8Bit. getYChannelSelector()Returns the yChannelSelectorMethods in org.apache.batik.ext.awt.image.renderable with parameters of type ARGBChannel Modifier and Type Method Description voidDisplacementMapRable. setXChannelSelector(ARGBChannel xChannelSelector)Select which component values will be used for displacement along the X axisvoidDisplacementMapRable8Bit. setXChannelSelector(ARGBChannel xChannelSelector)Select which component values will be used for displacement along the X axisvoidDisplacementMapRable. setYChannelSelector(ARGBChannel yChannelSelector)Select which component values will be used for displacement along the Y axisvoidDisplacementMapRable8Bit. 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
Fields in org.apache.batik.ext.awt.image.rendered declared as ARGBChannel Modifier and Type Field Description private ARGBChannelDisplacementMapRed. xChannelThe channel type of the operation on X axisprivate ARGBChannelDisplacementMapRed. yChannelThe channel type of the operation on Y axisConstructors 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)
-