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

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

public class DrawOWLPropertyVertex
extends DrawVertex

Paints a small ellipse for the OWL property vertex


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
DrawOWLPropertyVertex(EditorPanel ep, Positionable p, Positionable[] d)
          Set the symbolHeight and width to 5
 
Method Summary
 void paintComponent(java.awt.Graphics2D g)
          This draws a small ellipse of size 5,5.
 
Methods inherited from class uk.ac.ic.doc.automed.editor.DrawVertex
getBounds, getCentre, getCentreOffset, getConnectionPoint, getConnectionPointMovableCentre, getConnectsTo, getPositionable, intersectLine, paintSymbol, paintText, setText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawOWLPropertyVertex

public DrawOWLPropertyVertex(EditorPanel ep,
                             Positionable p,
                             Positionable[] d)
Set the symbolHeight and width to 5

Method Detail

paintComponent

public void paintComponent(java.awt.Graphics2D g)
This draws a small ellipse of size 5,5. It does not print any text

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