PixelperfectEngine.concrete.interfaces

Undocumented in source.

Public Imports

PixelPerfectEngine.graphics.fontsets
public import PixelPerfectEngine.graphics.fontsets;
PixelPerfectEngine.graphics.bitmap
public import PixelPerfectEngine.graphics.bitmap;
PixelPerfectEngine.graphics.common
public import PixelPerfectEngine.graphics.common;
PixelPerfectEngine.concrete.text
public import PixelPerfectEngine.concrete.text;

Members

Interfaces

Canvas
interface Canvas

IMPORTANT: This will replace the current drawing methods by version 1.0.0 The older method of using multiple BitmapDrawer class will be removed by that point. </br> Implements the frontend of a drawable canvas, primarily for GUI elements. Mostly limited to 256 colors, certain methods (eg. blitting) might enable more.

IRadioButton
interface IRadioButton

Radio button interface. Can be used to implement radio button style behavior on almost any component that implements this interface.

IRadioButtonGroup
interface IRadioButtonGroup

Implements the basis of a radio button group.

Meta