Package-level declarations

Types

Link copied to clipboard
data class CharacterPosition(val character: Character, val position: Position)

Provides the position of a character.

Link copied to clipboard
open class Layout

Provides a layout for positioning characters.

Link copied to clipboard
fun interface MoveListener

Provides an interface for listeners to move events.

Link copied to clipboard
interface Position

Provides an interface for position. Positions are relative to the top left corner, top left ix 0,0, bottom right is 1,1.

Link copied to clipboard
object Positions

Provides a collection of base positions.

Link copied to clipboard

Provides positional translations.

Link copied to clipboard
data class Resolution(val width: Int, val height: Int)

Provides a resolution in terms of pixels, with a specified width and height.