gewel.draw
This module contains classes and functions for drawing.
Getting Started With gewel is an introduction to gewel that is useful if you are just getting started.
Sample Code contains numerous examples of the use of classes from this module to create simple animations.
Functions
Reset the total device rendering time. |
|
Ensure that two or more |
|
Get the total time spent in rendering at the low level. |
|
A subroutine for chopping strings into lines to be rendered. |
Classes
A protocol for drawables that support alpha. |
|
A background drawable. |
|
A base class for |
|
A Bezier curve parameterized by four points. |
|
A protocol for drawables that have a location, width, height, and angle of rotation. |
|
A mixin that provides common |
|
A rectangular axis-aligned box. |
|
A scene that is a clip of another scene. |
|
A drawable that is a clipped version of another drawable. |
|
This is the abstract base class for all drawables. |
|
A single frame in a scene. |
|
The abstract base class for various marker classes, such as |
|
A marker that is the shape of a filled circle. |
|
A marker that is the shape of circle. |
|
A marker that has the shape of a plus sign (+). |
|
A marker that has the shape of an upward-pointing arrow. |
|
A marker that is the shape of an X. |
|
A class of drawable that renders a piecewise linear path. |
|
A |
|
A quadratic curve parameterized by three points. |
|
A drawable that is a rotated version of another. |
|
A scene is a collection of |
|
A class that animates scrolling text inside a rectangular box. |
|
A box containing text. |
|
An enumeration for specifying how to justify text. |
|
An enumeration for specifying the vertical position of text. |
|
A drawable that shows the current time. |
|
A wrapper class that makes a drawable visible only in a certain time range. |
|
A very simple and all but deprecated text box that should be replaced by |
|
A drawable that is a transformed version of another. |
|
A drawable that is a shifted version of another. |
|
The abstract base class for various |
|
An abstract base class for |