|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Diagram2DComponent
Interface for drawable Graphics2D objects which can
be added to a Diagram2D.
| Method Summary | |
|---|---|
void |
draw(java.awt.Graphics2D g)
Method to draw the component in specified Graphics2D context. |
java.awt.geom.Rectangle2D |
getBounds()
Method to get the bounds of the object. |
| Method Detail |
|---|
java.awt.geom.Rectangle2D getBounds()
Rectangle2D the bounding Rectanglevoid draw(java.awt.Graphics2D g)
g - the Graphics2D context
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||