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

Quick Search    Search Deep

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

java.lang.Object
  extended byAbstractConnectionAnchor
      extended bycom.vinculum.processeditor.figures.FixedConnectionAnchor

public class FixedConnectionAnchor
extends AbstractConnectionAnchor


Field Summary
private  java.lang.Object direction
           
 boolean leftToRight
           
 int offsetH
           
 int offsetV
           
 boolean topDown
           
 
Constructor Summary
FixedConnectionAnchor(IFigure owner)
           
 
Method Summary
 void ancestorMoved(IFigure figure)
           
 Point getLocation(Point reference)
           
 Point getReferencePoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

direction

private java.lang.Object direction

leftToRight

public boolean leftToRight

offsetH

public int offsetH

offsetV

public int offsetV

topDown

public boolean topDown
Constructor Detail

FixedConnectionAnchor

public FixedConnectionAnchor(IFigure owner)
Method Detail

ancestorMoved

public void ancestorMoved(IFigure figure)

getLocation

public Point getLocation(Point reference)

getReferencePoint

public Point getReferencePoint()