uk.ac.ic.doc.automed.editor.drawables
Class DrawRecursiveArc

java.lang.Object
  extended by uk.ac.ic.doc.automed.editor.DrawArc
      extended by uk.ac.ic.doc.automed.editor.DefaultDrawLinkNodalArc
          extended by uk.ac.ic.doc.automed.editor.drawables.DrawRecursiveArc
All Implemented Interfaces:
Drawable, DrawableArc

public class DrawRecursiveArc
extends DefaultDrawLinkNodalArc


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

Field Detail

arrowSize

private static final int arrowSize
See Also:
Constant Field Values
Constructor Detail

DrawRecursiveArc

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

paintComponent

public void paintComponent(java.awt.Graphics2D g)
Description copied from class: DefaultDrawLinkNodalArc
Choose the colour to be that which the first connected Positionable is drawn in

Specified by:
paintComponent in interface Drawable
Overrides:
paintComponent in class DefaultDrawLinkNodalArc