org.apache.batik.ext.awt.image.renderable
public class DeferRable extends Object implements Filter
| Constructor Summary | |
|---|---|
| DeferRable()
Constructor takes nothing | |
| Method Summary | |
|---|---|
| RenderedImage | createDefaultRendering()
Forward the call (blocking until source is set if need be). |
| RenderedImage | createRendering(RenderContext rc)
Forward the call (blocking until source is set if need be). |
| RenderedImage | createScaledRendering(int w, int h, RenderingHints hints)
Forward the call (blocking until source is set if need be). |
| Rectangle2D | getBounds2D()
Implement the baseclass method to call getSource() so
it will block until we have a real source. |
| Shape | getDependencyRegion(int srcIndex, Rectangle2D outputRgn)
Forward the call (blocking until source is set if need be). |
| Shape | getDirtyRegion(int srcIndex, Rectangle2D inputRgn)
Forward the call (blocking until source is set if need be). |
| float | getHeight() |
| float | getMinX() |
| float | getMinY() |
| Object | getProperty(String name)
Forward the call (blocking until source is set if need be). |
| String[] | getPropertyNames()
Forward the call (blocking until source is set if need be). |
| Filter | getSource()
Key method that blocks if the src has not yet been provided. |
| Vector | getSources() |
| long | getTimeStamp() |
| float | getWidth() |
| boolean | isDynamic()
Forward the call (blocking until source is set if need be). |
| void | setBounds(Rectangle2D bounds) |
| void | setProperties(Map props) |
| void | setSource(Filter src)
Key method that sets the src. |