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

java.lang.Object
  extended by uk.ac.ic.doc.automed.editor.DrawVertex
      extended by uk.ac.ic.doc.automed.editor.drawables.DrawOWLClassVertex
All Implemented Interfaces:
Drawable, DrawableVertex

public class DrawOWLClassVertex
extends DrawVertex


Field Summary
 
Fields inherited from class uk.ac.ic.doc.automed.editor.DrawVertex
bounds, dashedStroke, dependent, ep, fm, p, standardStroke, symbolHeight, symbolWidth, text, textHeight, textWidth, thickness, thickStroke, thinStroke, xInset, yInset, zeroOffset
 
Constructor Summary
DrawOWLClassVertex(EditorPanel ep, Positionable schemaObject)
           
 
Method Summary
 void paintSymbol(java.awt.Graphics2D g)
          Draw a dashed ellipse
 
Methods inherited from class uk.ac.ic.doc.automed.editor.DrawVertex
getBounds, getCentre, getCentreOffset, getConnectionPoint, getConnectionPointMovableCentre, getConnectsTo, getPositionable, intersectLine, paintComponent, paintText, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawOWLClassVertex

public DrawOWLClassVertex(EditorPanel ep,
                          Positionable schemaObject)
Method Detail

paintSymbol

public void paintSymbol(java.awt.Graphics2D g)
Draw a dashed ellipse

Overrides:
paintSymbol in class DrawVertex