|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ARGBChannel | |
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 the java.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 | |
protected static ARGBChannel |
SVGFeDisplacementMapElementBridge.convertChannelSelector(Element filterElement,
java.lang.String attrName,
ARGBChannel defaultChannel)
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 | |
protected static ARGBChannel |
SVGFeDisplacementMapElementBridge.convertChannelSelector(Element filterElement,
java.lang.String attrName,
ARGBChannel defaultChannel)
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 | |
static ARGBChannel |
ARGBChannel.R
Channel values |
static ARGBChannel |
ARGBChannel.G
|
static ARGBChannel |
ARGBChannel.B
|
static ARGBChannel |
ARGBChannel.A
|
Uses of ARGBChannel in org.apache.batik.ext.awt.image.renderable |
Methods in org.apache.batik.ext.awt.image.renderable that return ARGBChannel | |
ARGBChannel |
DisplacementMapRable.getXChannelSelector()
Returns the xChannelSelector |
ARGBChannel |
DisplacementMapRable.getYChannelSelector()
Returns the yChannelSelector |
ARGBChannel |
DisplacementMapRable8Bit.getXChannelSelector()
Returns the xChannelSelector |
ARGBChannel |
DisplacementMapRable8Bit.getYChannelSelector()
Returns the yChannelSelector |
Methods in org.apache.batik.ext.awt.image.renderable with parameters of type ARGBChannel | |
void |
DisplacementMapRable.setXChannelSelector(ARGBChannel xChannelSelector)
Select which component values will be used for displacement along the X axis |
void |
DisplacementMapRable.setYChannelSelector(ARGBChannel yChannelSelector)
Select which component values will be used for displacement along the Y axis |
void |
DisplacementMapRable8Bit.setXChannelSelector(ARGBChannel xChannelSelector)
Select which component values will be used for displacement along the X axis |
void |
DisplacementMapRable8Bit.setYChannelSelector(ARGBChannel yChannelSelector)
Select which component values will be used for displacement along the Y axis |
Constructors in org.apache.batik.ext.awt.image.renderable with parameters of type ARGBChannel | |
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 | |
DisplacementMapRed(CachableRed image,
CachableRed offsets,
ARGBChannel xChannel,
ARGBChannel yChannel,
float scaleX,
float scaleY,
java.awt.RenderingHints rh)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |