Search
Preparing search index...
The search index is not available
jga-algorithms-shuffle - v0.1.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"games-roguelike/src/game/display"
Display
Class Display
Hierarchy
Display
Implements
DisplayInterface
Index
Constructors
constructor
Properties
display
height
width
Methods
clear
draw
draw
Text
get
Container
get
Height
get
Width
Constructors
constructor
new
Display
(
height
:
number
, width
:
number
)
:
Display
Parameters
height:
number
width:
number
Returns
Display
Properties
Private
display
display
:
Display
Protected
height
height
:
number
Protected
width
width
:
number
Methods
clear
clear
(
)
:
void
Returns
void
draw
draw
(
position
:
PositionInterface
, glyph
:
GlyphInterface
)
:
void
Parameters
position:
PositionInterface
glyph:
GlyphInterface
Returns
void
draw
Text
draw
Text
(
position
:
PositionInterface
, text
:
string
)
:
number
Parameters
position:
PositionInterface
text:
string
Returns
number
get
Container
get
Container
(
)
:
HTMLElement
|
null
Returns
HTMLElement
|
null
get
Height
get
Height
(
)
:
number
Returns
number
get
Width
get
Width
(
)
:
number
Returns
number
Globals
"games-
roguelike/src/game/display"
Display
constructor
display
height
width
clear
draw
draw
Text
get
Container
get
Height
get
Width
Display
Interface
Generated using
TypeDoc