uk.ac.ic.doc.automed.editor
Class DefaultDrawLinkNodalArc

java.lang.Object
  |
  +--uk.ac.ic.doc.automed.editor.DrawArc
        |
        +--uk.ac.ic.doc.automed.editor.DefaultDrawLinkNodalArc
All Implemented Interfaces:
Drawable, DrawableArc

public class DefaultDrawLinkNodalArc
extends DrawArc


Field Summary
 
Fields inherited from class uk.ac.ic.doc.automed.editor.DrawArc
d, ep, fm, p, standardStroke, thickness
 
Constructor Summary
DefaultDrawLinkNodalArc(EditorPanel ep, Positionable p, Positionable[] d)
           
 
Method Summary
 void paint(java.awt.Graphics2D g)
          Choose the colour to be that which the first connected Positionable is drawn in
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDrawLinkNodalArc

public DefaultDrawLinkNodalArc(EditorPanel ep,
                               Positionable p,
                               Positionable[] d)
Method Detail

paint

public void paint(java.awt.Graphics2D g)
Choose the colour to be that which the first connected Positionable is drawn in

Specified by:
paint in interface Drawable
Overrides:
paint in class DrawArc