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

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

public class DrawERRelationshipVertex
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
DrawERRelationshipVertex(EditorPanel ep, Positionable schemaObject)
           
 
Method Summary
 void paintSymbol(java.awt.Graphics2D g)
          Draw a diamond instead of the standard 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

DrawERRelationshipVertex

public DrawERRelationshipVertex(EditorPanel ep,
                                Positionable schemaObject)
Method Detail

paintSymbol

public void paintSymbol(java.awt.Graphics2D g)
Draw a diamond instead of the standard ellipse.

Overrides:
paintSymbol in class DrawVertex