|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.ext.awt.image.renderable.AbstractRable
org.apache.batik.ext.awt.image.renderable.AbstractColorInterpolationRable
org.apache.batik.ext.awt.image.renderable.DisplacementMapRable8Bit
public class DisplacementMapRable8Bit
Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input image
| Field Summary |
|---|
| Fields inherited from class org.apache.batik.ext.awt.image.renderable.AbstractColorInterpolationRable |
|---|
csLinear |
| Fields inherited from class org.apache.batik.ext.awt.image.renderable.AbstractRable |
|---|
props, srcs, stamp |
| Fields inherited from interface org.apache.batik.ext.awt.image.renderable.DisplacementMapRable |
|---|
CHANNEL_A, CHANNEL_B, CHANNEL_G, CHANNEL_R |
| Fields inherited from interface java.awt.image.renderable.RenderableImage |
|---|
HINTS_OBSERVED |
| Constructor Summary | |
|---|---|
DisplacementMapRable8Bit(List sources,
double scale,
ARGBChannel xChannelSelector,
ARGBChannel yChannelSelector)
|
|
| Method Summary | |
|---|---|
RenderedImage |
createRendering(RenderContext rc)
|
Rectangle2D |
getBounds2D()
Returns the bounds of the current image. |
Shape |
getDependencyRegion(int srcIndex,
Rectangle2D outputRgn)
Returns the region of input data is is required to generate outputRgn. |
Shape |
getDirtyRegion(int srcIndex,
Rectangle2D inputRgn)
This calculates the region of output that is affected by a change in a region of input. |
double |
getScale()
Returns the displacement scale factor |
ARGBChannel |
getXChannelSelector()
Returns the xChannelSelector |
ARGBChannel |
getYChannelSelector()
Returns the yChannelSelector |
void |
setScale(double scale)
The displacement scale factor |
void |
setSources(List sources)
Sets this filter sources. |
void |
setXChannelSelector(ARGBChannel xChannelSelector)
Select which component values will be used for displacement along the X axis |
void |
setYChannelSelector(ARGBChannel yChannelSelector)
Select which component values will be used for displacement along the Y axis |
| Methods inherited from class org.apache.batik.ext.awt.image.renderable.AbstractColorInterpolationRable |
|---|
convertSourceCS, convertSourceCS, getOperationColorSpace, isColorSpaceLinear, setColorSpaceLinear |
| Methods inherited from class org.apache.batik.ext.awt.image.renderable.AbstractRable |
|---|
createDefaultRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getTimeStamp, getWidth, init, init, init, init, isDynamic, touch |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.batik.ext.awt.image.renderable.FilterColorInterpolation |
|---|
getOperationColorSpace, isColorSpaceLinear, setColorSpaceLinear |
| Methods inherited from interface org.apache.batik.ext.awt.image.renderable.Filter |
|---|
getTimeStamp |
| Methods inherited from interface java.awt.image.renderable.RenderableImage |
|---|
createDefaultRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic |
| Constructor Detail |
|---|
public DisplacementMapRable8Bit(List sources,
double scale,
ARGBChannel xChannelSelector,
ARGBChannel yChannelSelector)
| Method Detail |
|---|
public Rectangle2D getBounds2D()
Filter
getBounds2D in interface FiltergetBounds2D in class AbstractRablepublic void setScale(double scale)
setScale in interface DisplacementMapRablescale - can be any number.public double getScale()
getScale in interface DisplacementMapRablepublic void setSources(List sources)
setSources in interface DisplacementMapRablesources - The list of images used in the operation.public void setXChannelSelector(ARGBChannel xChannelSelector)
setXChannelSelector in interface DisplacementMapRablexChannelSelector - value is among R,
G, B and A.public ARGBChannel getXChannelSelector()
getXChannelSelector in interface DisplacementMapRablepublic void setYChannelSelector(ARGBChannel yChannelSelector)
setYChannelSelector in interface DisplacementMapRableyChannelSelector - value is among R,
G, B and A.public ARGBChannel getYChannelSelector()
getYChannelSelector in interface DisplacementMapRablepublic RenderedImage createRendering(RenderContext rc)
createRendering in interface RenderableImage
public Shape getDependencyRegion(int srcIndex,
Rectangle2D outputRgn)
getDependencyRegion in interface FiltergetDependencyRegion in class AbstractRablesrcIndex - The source to do the dependency calculation for.outputRgn - The region of output you are interested in
generating dependencies for. The is given in the user coordiate
system for this node.
public Shape getDirtyRegion(int srcIndex,
Rectangle2D inputRgn)
getDirtyRegion in interface FiltergetDirtyRegion in class AbstractRablesrcIndex - The input that inputRgn reflects changes in.inputRgn - the region of input that has changed, used to
calculate the returned shape. This is given in the user
coordinate system of the source indicated by srcIndex.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||