Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.vinculum.processeditor.figures
Class NodeFigure  view NodeFigure download NodeFigure.java

java.lang.Object
  extended byImageFigure
      extended bycom.vinculum.processeditor.figures.NodeFigure
Direct Known Subclasses:
ProcessFlowEndFigure, ProcessFlowStartFigure, ProcessJSPFigure, ProcessTransitionFigure

public class NodeFigure
extends ImageFigure


Field Summary
protected  FixedConnectionAnchor inputConnectionAnchor
           
protected  FixedConnectionAnchor outputConnectionAnchor
           
 
Constructor Summary
NodeFigure()
           
 
Method Summary
 ConnectionAnchor connectionAnchorAt(Point p)
           
 ConnectionAnchor getConnectionAnchor(java.lang.String name)
           
 ConnectionAnchor getSourceConnectionAnchor()
           
 ConnectionAnchor getTargetConnectionAnchor()
           
 java.lang.String mapConnectionAnchorToName(ConnectionAnchor anchor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputConnectionAnchor

protected FixedConnectionAnchor inputConnectionAnchor

outputConnectionAnchor

protected FixedConnectionAnchor outputConnectionAnchor
Constructor Detail

NodeFigure

public NodeFigure()
Method Detail

connectionAnchorAt

public ConnectionAnchor connectionAnchorAt(Point p)

getTargetConnectionAnchor

public ConnectionAnchor getTargetConnectionAnchor()

getSourceConnectionAnchor

public ConnectionAnchor getSourceConnectionAnchor()

getConnectionAnchor

public ConnectionAnchor getConnectionAnchor(java.lang.String name)

mapConnectionAnchorToName

public java.lang.String mapConnectionAnchorToName(ConnectionAnchor anchor)