org.apache.batik.gvt
public class RasterImageNode extends AbstractGraphicsNode
Field Summary | |
---|---|
protected Filter | image
The renderable image that represents this image node. |
Constructor Summary | |
---|---|
RasterImageNode()
Constructs a new empty RasterImageNode. |
Method Summary | |
---|---|
Rectangle2D | getGeometryBounds()
Returns the bounds of the area covered by this node, without taking any
of its rendering attribute into account. |
Filter | getGraphicsNodeRable()
Returns the RenderableImage for this node. |
Filter | getImage()
Returns the raster image of this raster image node.
|
Rectangle2D | getImageBounds()
Returns the bounds of this raster image node.
|
Shape | getOutline()
Returns the outline of this node. |
Rectangle2D | getPrimitiveBounds()
Returns the bounds of the area covered by this node's primitive paint. |
Rectangle2D | getSensitiveBounds()
Returns the bounds of the sensitive area covered by this node,
This includes the stroked area but does not include the effects
of clipping, masking or filtering. |
void | primitivePaint(Graphics2D g2d)
Paints this node without applying Filter, Mask, Composite and clip.
|
void | setImage(Filter newImage)
Sets the raster image of this raster image node.
|
Returns: the raster image of this raster image node
Returns: the bounds of this raster image node
Parameters: g2d the Graphics2D to use
Parameters: newImage the new raster image of this raster image node