net.infonode.gui
public class TranslatingShape extends Object implements Shape
Version: $Revision: 1.4 $
Constructor Summary | |
---|---|
TranslatingShape(Shape shape, double dx, double dy) |
Method Summary | |
---|---|
boolean | contains(double x, double y) |
boolean | contains(Point2D p) |
boolean | contains(double x, double y, double w, double h) |
boolean | contains(Rectangle2D r) |
Rectangle | getBounds() |
Rectangle2D | getBounds2D() |
PathIterator | getPathIterator(AffineTransform at) |
PathIterator | getPathIterator(AffineTransform at, double flatness) |
boolean | intersects(double x, double y, double w, double h) |
boolean | intersects(Rectangle2D r) |