|
Runtime | |||||||||
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.gmf.runtime.draw2d.ui.figures.BaseSlidableAnchor
org.eclipse.gmf.runtime.gef.ui.figures.SlidableAnchor
public class SlidableAnchor
Provides the implementation of Slidable anchor
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 | |
---|---|
SlidableAnchor()
Empty constructor |
|
SlidableAnchor(IFigure f)
Default constructor. |
|
SlidableAnchor(IFigure f,
PrecisionPoint p)
Constructor. |
Method Summary | |
---|---|
protected Rectangle |
getBox()
Gets the anchors associated figure's bounding box in absolute coordinates. |
Methods inherited from class org.eclipse.gmf.runtime.draw2d.ui.figures.BaseSlidableAnchor |
---|
getAnchorRelativeLocation, getIntersectionPoints, getLocation, getLocation, getOrthogonalLocation, getPolygonPoints, getReferencePoint, getTerminal, isDefaultAnchor, normalizeToStraightlineTolerance, parseTerminalString |
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, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.draw2d.ConnectionAnchor |
---|
addAnchorListener, getOwner, removeAnchorListener |
Constructor Detail |
---|
public SlidableAnchor()
public SlidableAnchor(IFigure f)
f
- IFigure
that this anchor is associated with.public SlidableAnchor(IFigure f, PrecisionPoint p)
f
- IFigure
that this anchor is associated with.p
- the PrecisionPoint
that the anchor will initially attach to.Method Detail |
---|
protected Rectangle getBox()
getBox
in class BaseSlidableAnchor
Rectangle
that is the bounding box of the owner figure
in relative coordinates
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.