| Package | Description |
|---|---|
| fr.lri.swingstates.canvas |
A package to program new widgets starting from the SwingStates' canvas that offers advanced features for programming interaction (state machines, tags, etc.).
|
| fr.lri.swingstates.events |
A package containing all the SwingStates events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Canvas.processEvent(VirtualEvent virtualEvent)
Processes an event to all the state machines that monitor this canvas, a
shape in this canvas or a tag attached to shapes in this canvas.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VirtualAnimationEvent
An event originated by an animation.
|
class |
VirtualCanvasEvent
A virtual event originated on a position in a canvas.
|
class |
VirtualCElementEvent
An event originated by an
VirtualCElementEvent. |
class |
VirtualTimerEvent
A virtual event originated on a given position.
|