Package | Description |
---|---|
draw.controller.handler |
Adapts low-level mouse events to events relevant for the application-domain.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeCursorHandler
React to anchor points on MouseMotion with changing cursor; thereafter, handle dragging behavior.
|
class |
CreateHandler |
class |
ResizeHandler
React to anchor points on MouseMotion by resizing.
|
class |
SelectHandler |
Modifier and Type | Method and Description |
---|---|
Handler |
Handler.setNext(Handler next)
Add next to be the next in the chain.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<Handler> |
Handler.getNext()
Return next one in chain, to allow external configuration.
|
Modifier and Type | Method and Description |
---|---|
Handler |
Handler.setNext(Handler next)
Add next to be the next in the chain.
|