| |
|
| visualdebugger.draw2d.FixedConnectionAnchor
FixedConnectionAnchor | public class FixedConnectionAnchor extends AbstractConnectionAnchor (Code) | | |
leftToRight | public boolean leftToRight(Code) | | |
offsetH | public int offsetH(Code) | | |
offsetV | public int offsetV(Code) | | |
topDown | public boolean topDown(Code) | | |
FixedConnectionAnchor | public FixedConnectionAnchor(IFigure owner)(Code) | | |
ancestorMoved | public void ancestorMoved(IFigure figure)(Code) | | See Also: org.eclipse.draw2d.AbstractConnectionAnchor.ancestorMoved(IFigure) |
getLocation | public Point getLocation(Point reference)(Code) | | |
getReferencePoint | public Point getReferencePoint()(Code) | | |
hashCode | public int hashCode()(Code) | | |
setOffsetH | public void setOffsetH(int offsetH)(Code) | | Parameters: offsetH - The offsetH to set. |
setOffsetV | public void setOffsetV(int offsetV)(Code) | | Parameters: offsetV - The offsetV to set. |
|
|
|