RadioCanvas and RadioIcon for easy canvas creationSee: Description
| Interface | Description |
|---|---|
| RadioIcon |
Can be added to
RadioCanvas to display images |
| Class | Description |
|---|---|
| RadioCanvas |
A simple canvas that allows modification through RadioIcons
|
| RadioCanvasFactory |
Utility class used to deserialize ConfigurationSections into RadioCanvases; Internal usage mostly
|
| RadioIconButton |
A button that stays pressed for a certain amount of time and can run a command
|
| RadioIconCloud |
Used to apply a "cloudy" effect to certain portions of the
RadioCanvas |
| RadioIconFactory |
Construct various RadioIcons from given parameters
|
| RadioIconGif |
Plays a gif
|
| RadioIconImage |
Displays a simple image
|
| RadioIconSwitch |
A simple switch that runs different commands for each state it can be in
|
RadioCanvas and RadioIcon for easy canvas creation