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

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

public class DrawERGeneralisationArc
extends DefaultDrawConstraintArc


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
DrawERGeneralisationArc(EditorPanel ep, Positionable gen, Positionable[] entities)
           
 
Method Summary
 void paintComponent(java.awt.Graphics2D g)
           
 
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

DrawERGeneralisationArc

public DrawERGeneralisationArc(EditorPanel ep,
                               Positionable gen,
                               Positionable[] entities)
Method Detail

paintComponent

public void paintComponent(java.awt.Graphics2D g)
Specified by:
paintComponent in interface Drawable
Overrides:
paintComponent in class DefaultDrawConstraintArc