Package fcmodeler.view.figures

Interface Summary
ConnectorEndExt  
NodeShape NodeShape provides a Shape object to be used as the outline for a node figure, as well as functionality for positioning, translating, and transforming the Shape.
 

Class Summary
ArrowheadExt This class specifically extends Arrowhead to provide a String representation of this diamond connector end and the clone() method implementation.
BlobCircleHeadExt This class specifically extends Blob to provide a circle connector end.
BlobDiamondHeadExt This class specifically extends Blob to provide a diamond connector end.
DiamondNodeShape A NodeShape implementation providing a diamond node shape.
EllipseNodeShape A NodeShape implementation providing an ellipse node shape.
FilledRectangleHead This is a class to draw a filled rectangle shape at the end of a connector.
LineShape A Shape implementation that contains methods appropriate for lines.
RectangleNodeShape A NodeShape implementation providing a rectangular node shape.
RoundRectangleNodeShape A NodeShape implementation providing a round rectangular node shape.
TestArrowhead Shows how often diva.canvas.connector.Arrowhead.reshape() gets called.
TestNodeShape A simple example implementation of NodeShape that does not use one of the RectangularShape subclasses in the java.awt.geom package.
TinyRectangleNodeShape ...