|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DrawableVertex
Method Summary | |
---|---|
java.awt.Rectangle |
getBounds()
Describe the rectangular area within the EditorPanel
where this Drawable vertex is to be painted. |
java.awt.Point |
getCentre()
Describe where the centre of the Drawable visually appears
to a viewer. |
java.awt.Point |
getCentreOffset()
Describe where the centre of the Drawable visually appears
to a viewer. |
java.awt.Point |
getConnectionPoint(java.awt.Point other)
Calculate the Point where a DrawableArc connecting
to this DrawableVertex should be drawn to, no |
Methods inherited from interface uk.ac.ic.doc.automed.editor.Drawable |
---|
getConnectsTo, getPositionable, paintComponent |
Method Detail |
---|
java.awt.Rectangle getBounds()
EditorPanel
where this Drawable
vertex is to be painted.
java.awt.Point getCentre()
Drawable
visually appears
to a viewer.
Drawable
.java.awt.Point getCentreOffset()
Drawable
visually appears
to a viewer.
getBounds()
,
where the graphical centre of this
Drawable
lies.java.awt.Point getConnectionPoint(java.awt.Point other)
Point
where a DrawableArc
connecting
to this DrawableVertex
should be drawn to, no
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |