Vollständige Aufstellung aller Elemente für Graphics einschließlich aller geerbten Elemente.
| clear() | Graphics | inline |
| font(const Font &new_font) | Graphics | inline |
| Graphics(unsigned size, void *frontbuffer, void *backbuffer) | Graphics | |
| height() | Graphics | inline |
| image(const Point &p, PNG &image, unsigned width=-1, unsigned height=-1, unsigned offset_x=0, unsigned offset_y=0) | Graphics | inline |
| image(const Point &p, const GIMP &image, unsigned width=-1, unsigned height=-1, unsigned offset_x=0, unsigned offset_y=0) | Graphics | inline |
| image(const Point &p, const Color *image, unsigned width, unsigned height, unsigned offset_x=0, unsigned offset_y=0) | Graphics | inline |
| image(const Point &p, const ColorAlpha *image, unsigned width, unsigned height, unsigned offset_x=0, unsigned offset_y=0) | Graphics | inline |
| init(bool force=false) | Graphics | |
| line(const Point &start, const Point &end, const Color &color) | Graphics | inline |
| pixel(const Point &p, const Color &color) | Graphics | inline |
| rectangle(const Point &top_left, const Point &bottom_right, const Color &color, bool filled=true) | Graphics | inline |
| scanout_frontbuffer() | Graphics | |
| switch_buffers() | Graphics | |
| text(const Point &p, const char *string, unsigned len, const Color &color, const Font *font=nullptr) | Graphics | inline |
| valid(const Point &p) | Graphics | inline |
| width() | Graphics | inline |