|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NonGridDrawable
Objects that are drawn in non-grid displays.
| Method Summary | |
|---|---|
boolean |
contains(java.awt.Point p)
Does this object contain the point specified by p. |
void |
draw(SimGraphics g)
Invoked when the object should draw itself |
int |
getHeight()
Gets the height of this NonGridDrawable. |
int |
getWidth()
Gets the width of this NonGridDrawable. |
double |
getX()
Gets the x coordinate of this drawable. |
double |
getY()
Gets the y coordinate of the this drawable. |
| Method Detail |
|---|
void draw(SimGraphics g)
double getX()
double getY()
int getWidth()
int getHeight()
boolean contains(java.awt.Point p)
p - the point to test for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||