Package | Description |
---|---|
fr.lri.swingstates.canvas.transitions |
Modifier and Type | Class and Description |
---|---|
class |
ClickOnShape
A transition triggered by a mouse button clicked on a CShape.
|
class |
DragOnShape
A transition triggered by a mouse move event on a CShape with a mouse
button down.
|
class |
EnterOnShape
A transition triggered when mouse cursor enters on a CShape.
|
class |
LeaveOnShape
A transition triggered when mouse cursor leaves a CShape.
|
class |
MoveOnShape
A transition triggered by a mouse moved event on a CShape with no mouse
button down.
|
class |
PressOnShape
A transition triggered by a mouse button pressed on a CShape.
|
class |
ReleaseOnShape
A transition triggered by a mouse button released on a CShape.
|
class |
WheelOnShape
A transition triggered by a mouse wheel event on a CShape with no mouse
button down.
|