|
Draw2d 3.9.0.201305060205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.ConnectionAnchorBase
org.eclipse.draw2d.AbstractConnectionAnchor
org.eclipse.draw2d.ChopboxAnchor
org.eclipse.draw2d.LabelAnchor
public class LabelAnchor
LabelAnchors must have an owner of type Label
. The LabelAnchor
behaves like ChopboxAnchor
but Connections
will
point to the center of its owner's icon as opposed to the center of the
entire owning Label.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.draw2d.AncestorListener |
---|
AncestorListener.Stub |
Field Summary |
---|
Fields inherited from class org.eclipse.draw2d.ConnectionAnchorBase |
---|
listeners |
Constructor Summary | |
---|---|
protected |
LabelAnchor()
Constructs a LabelAnchor with no owner. |
|
LabelAnchor(Label label)
Constructs a LabelAnchor with owner label. |
Method Summary | |
---|---|
protected Rectangle |
getBox()
Returns the bounds of this LabelAnchor's owning Label icon. |
Methods inherited from class org.eclipse.draw2d.ChopboxAnchor |
---|
equals, getLocation, getReferencePoint, hashCode |
Methods inherited from class org.eclipse.draw2d.AbstractConnectionAnchor |
---|
addAnchorListener, ancestorAdded, ancestorMoved, ancestorRemoved, getOwner, removeAnchorListener, setOwner |
Methods inherited from class org.eclipse.draw2d.ConnectionAnchorBase |
---|
fireAnchorMoved |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected LabelAnchor()
public LabelAnchor(Label label)
label
- This LabelAnchor's ownerMethod Detail |
---|
protected Rectangle getBox()
getBox
in class ChopboxAnchor
|
Draw2d 3.9.0.201305060205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |