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 |
ClickOnTag
A transition triggered by a mouse clicked event on a CShape with a given
tag.
|
class |
DragOnShape
A transition triggered by a mouse move event on a CShape with a mouse
button down.
|
class |
DragOnTag
A transition triggered by a mouse moved event with a button pressed on a
CShape with a given tag.
|
class |
EnterOnShape
A transition triggered when mouse cursor enters on a CShape.
|
class |
EnterOnTag
A transition triggered when the cursor enters in a CShape
that holds a given
tag.
|
class |
EventOnTag
A transition triggered on a tagged shape.
|
class |
LeaveOnShape
A transition triggered when mouse cursor leaves a CShape.
|
class |
LeaveOnTag
A transition triggered when the cursor leaves a CShape with a given tag.
|
class |
MouseOnShape
A transition triggered by a mouse event on a CShape in the canvas.
|
class |
MouseOnTag
A transition triggered by a mouse event on a tagged shape in the canvas.
|
class |
MoveOnShape
A transition triggered by a mouse moved event on a CShape with no mouse
button down.
|
class |
MoveOnTag
A transition triggered by a mouse moved event with no button pressed on a
CShape with a given tag.
|
class |
PressOnShape
A transition triggered by a mouse button pressed on a CShape.
|
class |
PressOnTag
A transition triggered by a mouse pressed event on a CShape with a given
tag.
|
class |
ReleaseOnShape
A transition triggered by a mouse button released on a CShape.
|
class |
ReleaseOnTag
A transition triggered by a mouse released event on a CShape with a given
tag.
|
class |
WheelOnShape
A transition triggered by a mouse wheel event on a CShape with no mouse
button down.
|
class |
WheelOnTag
A transition triggered by a mouse wheel event with no button pressed on a
CShape with a given tag.
|