org.apache.batik.gvt.svg12
public class MultiResGraphicsNode extends AbstractGraphicsNode implements SVGConstants
Constructor Summary | |
---|---|
MultiResGraphicsNode(Element multiImgElem, Rectangle2D bounds, Element[] srcElems, Dimension[] minSz, Dimension[] maxSz, BridgeContext ctx) |
Method Summary | |
---|---|
double | calcDist(double loc, Dimension min, Dimension max) |
Rectangle2D | getGeometryBounds() |
GraphicsNode | getGraphicsNode(int idx) |
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() |
void | primitivePaint(Graphics2D g2d)
Paints this node without applying Filter, Mask, Composite, and clip.
|
Parameters: g2d the Graphics2D to use