|
|||||||||
| Home >> All >> com >> vinculum >> processeditor >> [ figures overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.vinculum.processeditor.figures
Class FixedConnectionAnchor

java.lang.ObjectAbstractConnectionAnchor
com.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()
|
|||||||||
| Home >> All >> com >> vinculum >> processeditor >> [ figures overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
AbstractConnectionAnchor