public class GEventCreateLinkElement extends GAbstractEvent
| Modifier and Type | Field and Description |
|---|---|
SLinkArc |
linkArc |
SLinkElbow |
linkElbow |
SLink |
linkElement |
String |
startAnchorKey |
GElement |
startElement |
delegate, manager, view| Constructor and Description |
|---|
GEventCreateLinkElement(GView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Graphics g) |
void |
mouseMoved(MouseEvent e,
Point mousePosition) |
void |
mousePressed(MouseEvent e,
Point mousePosition) |
boolean |
shouldFocusOnElement(GElement element) |
void |
updateLink(Point mouse) |
addExclusiveValue, hasExclusiveValue, mouseDragged, mouseReleased, removeExclusiveValue, setDelegate, setManagerpublic GElement startElement
public String startAnchorKey
public SLink linkElement
public SLinkArc linkArc
public SLinkElbow linkElbow
public GEventCreateLinkElement(GView view)
public void mousePressed(MouseEvent e, Point mousePosition)
mousePressed in class GAbstractEventpublic void mouseMoved(MouseEvent e, Point mousePosition)
mouseMoved in class GAbstractEventpublic boolean shouldFocusOnElement(GElement element)
shouldFocusOnElement in class GAbstractEventpublic void updateLink(Point mouse)
public void draw(Graphics g)
draw in class GAbstractEventCopyright © 2013. All rights reserved.