|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface View
A view is the graphical representation of a component. A component's views are controlled by a view controller.
| Method Summary | |
|---|---|
void |
draw(java.awt.Graphics g)
Request to draw. |
java.awt.geom.Rectangle2D |
getBounds()
Gets the bounds of this view. |
boolean |
intersects(java.awt.geom.Rectangle2D r)
Tests whether the view intersects a rectangle. |
| Method Detail |
|---|
void draw(java.awt.Graphics g)
g - the graphicsboolean intersects(java.awt.geom.Rectangle2D r)
r - the rectangle
java.awt.geom.Rectangle2D getBounds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||