JUCE
|
Classes | |
class | Drawable |
The base class for objects which can draw themselves, e.g. More... | |
class | DrawableComposite |
A drawable object which acts as a container for a set of other Drawables. More... | |
class | DrawableImage |
A drawable object which is a bitmap image. More... | |
class | DrawablePath |
A drawable object which renders a filled or outlined shape. More... | |
class | DrawableRectangle |
A Drawable object which draws a rectangle. More... | |
class | DrawableShape |
A base class implementing common functionality for Drawable classes which consist of some kind of filled and stroked outline. More... | |
class | DrawableText |
A drawable object which renders a line of text. More... | |