|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAbstractConnectionAnchor
com.pnp.xfeature.figures.FeatureConnectionAnchor
public class FeatureConnectionAnchor
Standard connection anchor. See GEF examples (HelloGef3 - 6)
| Field Summary | |
|---|---|
static int |
CAP_LOWER
Connection Anchor Position - tells whether the parent connector is attached to the top or the bottom of the figure |
static int |
CAP_UPPER
Connection Anchor Position - tells whether the parent connector is attached to the top or the bottom of the figure |
| Constructor Summary | |
|---|---|
FeatureConnectionAnchor(IFigure owner,
int anchorPos)
creates new anchor and sets it to middle upper or middle lower based on the parameter value |
|
| Method Summary | |
|---|---|
Point |
getLocation(Point reference)
computes the absolute position of the anchor |
Point |
getReferencePoint()
returns superclass implementation return value |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CAP_UPPER
public static final int CAP_LOWER
| Constructor Detail |
|---|
public FeatureConnectionAnchor(IFigure owner,
int anchorPos)
| Method Detail |
|---|
public Point getReferencePoint()
public Point getLocation(Point reference)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||