|
G4P (GUI for Processing) 4.3.11
A set of GUI controls for your Processing sketch.
|
Public Member Functions | |
| AnimClip (String id, int start, int end, int interval) | |
| AnimClip (String id, int start, int end, int interval, int nLoops) | |
| String | toString () |
A class to store the details of a simple animation clip.
| g4p_controls.GAnimIcon.AnimClip.AnimClip | ( | String | id, |
| int | start, | ||
| int | end, | ||
| int | interval | ||
| ) |
Create an animation clip
| id | unique id for a stored clip for use. |
| start | start frame number |
| end | end frame number |
| interval | time between frames in milliseconds |
| nbrLoops | the number of times the clip will be played before stopping |
| g4p_controls.GAnimIcon.AnimClip.AnimClip | ( | String | id, |
| int | start, | ||
| int | end, | ||
| int | interval, | ||
| int | nLoops | ||
| ) |
Create an animation clip
| id | unique id for a stored clip for use. |
| start | start frame number |
| end | end frame number |
| interval | time between frames in milliseconds |
| nLoops | the number of times the clip will be played before stopping |
| String g4p_controls.GAnimIcon.AnimClip.toString | ( | ) |