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

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

public class DrawTransformation
extends DrawArc

Draw a symbol the represents a Transformation in an AutoMed EditorPanel.

Author:
Peter McBrien (pjm@doc.ic.ac.uk)

Field Summary
 
Fields inherited from class uk.ac.ic.doc.automed.editor.DrawArc
d, dashedStroke, ep, fm, p, standardStroke, thickness, thickStroke
 
Constructor Summary
DrawTransformation(EditorPanel ep, Positionable[] d)
           
 
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
 

Constructor Detail

DrawTransformation

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

paintComponent

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