public class LinkShapeEvent extends LinkEvent
Constructor and Description |
---|
LinkShapeEvent(java.lang.Object source,
DiagramLink link)
Initializes a new instance of the LinkShapeEventArgs class.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getHandled()
Gets if the event handler has set a custom loop shape.
|
void |
setHandled(boolean handled)
Sets if the event handler has set a custom loop shape.
|
getAdjustmentHandle, getLink, getMouseButton, getPointerPosition, setAdjustmentHandle, setPointerPosition
public LinkShapeEvent(java.lang.Object source, DiagramLink link)
source
- link
- The DiagramLink that becomes a self-loop.