|
|||||||||
| Home >> All >> org >> apache >> batik >> ext >> awt >> image >> [ renderable overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.batik.ext.awt.image.renderable
Class CompositeRable8Bit

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.CompositeRable8Bit
- All Implemented Interfaces:
- CompositeRable, Filter, FilterColorInterpolation, PaintRable, java.awt.image.renderable.RenderableImage
- public class CompositeRable8Bit
- extends AbstractColorInterpolationRable
- implements CompositeRable, PaintRable
- extends AbstractColorInterpolationRable
Composites a list of images according to a single composite rule. the image are applied in the order they are in the List given.
- Version:
- $Id: CompositeRable8Bit.java,v 1.15 2004/08/18 07:13:59 vhardy Exp $
| Field Summary | |
protected org.apache.batik.ext.awt.image.CompositeRule |
rule
|
| 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 java.awt.image.renderable.RenderableImage |
HINTS_OBSERVED |
| Constructor Summary | |
CompositeRable8Bit(java.util.List srcs,
org.apache.batik.ext.awt.image.CompositeRule rule,
boolean csIsLinear)
|
|
| Method Summary | |
java.awt.image.RenderedImage |
createRendering(java.awt.image.renderable.RenderContext rc)
|
org.apache.batik.ext.awt.image.CompositeRule |
getCompositeRule()
Get the composite rule in use for combining the sources. |
boolean |
paintRable(java.awt.Graphics2D g2d)
Should perform the equivilent action as createRendering followed by drawing the RenderedImage to Graphics2D, or return false. |
void |
setCompositeRule(org.apache.batik.ext.awt.image.CompositeRule cr)
Set the composite rule to use for combining the sources. |
void |
setSources(java.util.List srcs)
The sources to be composited togeather. |
| 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, getBounds2D, getDependencyRegion, getDirtyRegion, 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 |
getBounds2D, getDependencyRegion, getDirtyRegion, getTimeStamp |
| Methods inherited from interface java.awt.image.renderable.RenderableImage |
createDefaultRendering, createScaledRendering, getHeight, getMinX, getMinY, getProperty, getPropertyNames, getSources, getWidth, isDynamic |
| Field Detail |
rule
protected org.apache.batik.ext.awt.image.CompositeRule rule
| Constructor Detail |
CompositeRable8Bit
public CompositeRable8Bit(java.util.List srcs, org.apache.batik.ext.awt.image.CompositeRule rule, boolean csIsLinear)
| Method Detail |
setSources
public void setSources(java.util.List srcs)
- The sources to be composited togeather.
- Specified by:
setSourcesin interfaceCompositeRable
setCompositeRule
public void setCompositeRule(org.apache.batik.ext.awt.image.CompositeRule cr)
- Set the composite rule to use for combining the sources.
- Specified by:
setCompositeRulein interfaceCompositeRable
getCompositeRule
public org.apache.batik.ext.awt.image.CompositeRule getCompositeRule()
- Get the composite rule in use for combining the sources.
- Specified by:
getCompositeRulein interfaceCompositeRable
paintRable
public boolean paintRable(java.awt.Graphics2D g2d)
- Should perform the equivilent action as
createRendering followed by drawing the RenderedImage to
Graphics2D, or return false.
- Specified by:
paintRablein interfacePaintRable
createRendering
public java.awt.image.RenderedImage createRendering(java.awt.image.renderable.RenderContext rc)
- Specified by:
createRenderingin interfacejava.awt.image.renderable.RenderableImage
|
|||||||||
| Home >> All >> org >> apache >> batik >> ext >> awt >> image >> [ renderable overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC