public interface VisualItem
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Graphics2D g2d) |
Rectangle2D |
getBounds() |
Point2D |
getPosition() |
void |
setPosition(double x,
double y) |
void |
setPosition(Point2D p) |
Rectangle2D getBounds()
void draw(Graphics2D g2d)
void setPosition(double x,
double y)
void setPosition(Point2D p)
Point2D getPosition()
Copyright © 2013 dontdrinkandroot. All Rights Reserved.