org.apache.batik.ext.awt.image.renderable
Class RedRable
java.lang.Object
|
+--org.apache.batik.ext.awt.image.renderable.AbstractRable
|
+--org.apache.batik.ext.awt.image.renderable.RedRable
- All Implemented Interfaces:
- Filter, java.awt.image.renderable.RenderableImage
- public class RedRable
- extends AbstractRable
RasterRable This is used to wrap a Rendered Image back into the
RenderableImage world.
Fields inherited from interface java.awt.image.renderable.RenderableImage |
HINTS_OBSERVED |
Methods inherited from class org.apache.batik.ext.awt.image.renderable.AbstractRable |
createScaledRendering, getDependencyRegion, getDirtyRegion, getHeight, getMinX, getMinY, 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 |
RedRable
public RedRable(CachableRed src)
getSource
public CachableRed getSource()
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Overrides:
getProperty
in class AbstractRable
getPropertyNames
public java.lang.String[] getPropertyNames()
- Overrides:
getPropertyNames
in class AbstractRable
getBounds2D
public java.awt.geom.Rectangle2D getBounds2D()
- Description copied from interface:
Filter
- Returns the bounds of the current image.
This should be 'in sync' with getMinX, getMinY, getWidth, getHeight
- Overrides:
getBounds2D
in class AbstractRable
createDefaultRendering
public java.awt.image.RenderedImage createDefaultRendering()
- Overrides:
createDefaultRendering
in class AbstractRable
createRendering
public java.awt.image.RenderedImage createRendering(java.awt.image.renderable.RenderContext rc)
Copyright © 2002 Apache Software Foundation. All Rights Reserved.