Bindings

Interface of Isodi renderer bindings. Implement the functions to match behavior of your renderer.

Members

Functions

createAnchor
Anchor createAnchor(Display )

Create an anchor

createCell
Cell createCell(Display display, Position position, string type)

Create a cell.

createDisplay
Display createDisplay()

Create an instance of the Display in order to fit the needs of the renderer.

createModel
Model createModel(Display , string type)

Create a model

createPackList
PackList createPackList()

Create a pack list to manage packs.

log
void log(string text, LogType type)

Output the given text to log.

Mixin templates

Constructor
mixintemplate Constructor(BaseType, Extension)

Register a constructor.

Register
mixintemplate Register(T)

Register a binding object

Static variables

inst
Bindings inst;

An instance of a binding object.

Meta