Package org. hexworks. zircon. api. graphics
Types
Box
Link copied to clipboard
CharacterTileString
Link copied to clipboard
DrawSurface
Link copied to clipboard
A DrawSurface is a TileComposite which implements draw and mutation operations such as:
applyStyle and
clear A DrawSurface also has its own tileset.
Layer
Link copied to clipboard
interface Layer : Boundable, CanBeHidden, Identifiable, TileGraphics, TilesetOverride
Content copied to clipboard
LayerHandle
Link copied to clipboard
Represents a Layer which is attached to a Layerable objects and has additional functionality related to the Layerable such as removeLayer.
TextWrap
Link copied to clipboard
Represents the possible word wrapping strategies for CharacterTileStrings.
TileComposite
Link copied to clipboard
TileGraphics
Link copied to clipboard
A TileGraphics enhances the DrawSurface interface with factory functions for creating derived objects such as:
toTileImage and to be able to createCopy from this object.
TileImage
Link copied to clipboard