|
||||||||||
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
vocleditor.edit.VOCLConnectionAnchor
public class VOCLConnectionAnchor
implements AbstractConnectionAnchor for Anchorpoints on ClassifierRoles
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.draw2d.AncestorListener |
---|
org.eclipse.draw2d.AncestorListener.Stub |
Constructor Summary | |
---|---|
VOCLConnectionAnchor()
Constructor for Anchor |
|
VOCLConnectionAnchor(org.eclipse.draw2d.IFigure owner)
Constructor for Anchor |
Method Summary | |
---|---|
org.eclipse.draw2d.geometry.Point |
getLocation(org.eclipse.draw2d.geometry.Point arg0)
|
org.eclipse.draw2d.geometry.Point |
getReferencePoint()
|
int |
getxOffset()
Getter for the x offset |
int |
getyOffset()
Getter for the y offset |
void |
setOffset(int x,
int y)
Set the offset for the point |
Methods inherited from class org.eclipse.draw2d.AbstractConnectionAnchor |
---|
addAnchorListener, ancestorAdded, ancestorMoved, ancestorRemoved, getOwner, removeAnchorListener, setOwner |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VOCLConnectionAnchor()
public VOCLConnectionAnchor(org.eclipse.draw2d.IFigure owner)
owner
- ifigureMethod Detail |
---|
public org.eclipse.draw2d.geometry.Point getLocation(org.eclipse.draw2d.geometry.Point arg0)
ConnectionAnchor.getLocation(org.eclipse.draw2d.geometry.Point)
public void setOffset(int x, int y)
x
- new x offsety
- new y offsetpublic int getxOffset()
public int getyOffset()
public org.eclipse.draw2d.geometry.Point getReferencePoint()
getReferencePoint
in interface org.eclipse.draw2d.ConnectionAnchor
getReferencePoint
in class org.eclipse.draw2d.AbstractConnectionAnchor
ConnectionAnchor.getReferencePoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |