| Package | Description |
|---|---|
| fr.lri.swingstates.animations |
A package to program graphical animations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ANamedTag
A
ANamedTag tag is a AExtensionalTag. |
| Modifier and Type | Method and Description |
|---|---|
AExtensionalTag |
AExtensionalTag.addTo(Animation a)
Adds this tag to a given
Animation. |
AExtensionalTag |
AExtensionalTag.removeFrom(Animation a)
Removes this tag from a given
Animation. |
| Modifier and Type | Method and Description |
|---|---|
ATag |
ATag.addTag(AExtensionalTag t)
Calls
addTag(animations.AExtensionalTag t) for every animation that has this tag. |
Animation |
Animation.addTag(AExtensionalTag t)
Adds a tag to this animation.
|
ATag |
ATag.removeTag(AExtensionalTag t)
Calls
removeTag(animations.ATag t) for every animation that has this tag only if t is a AExtensionalTag,
does nothing otherwise. |
Animation |
Animation.removeTag(AExtensionalTag t)
Removes a tag from this animation.
|