Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
solvox
master
SolVox
Color
Command
Glyph
Icon
Options
Schematic
Generated using Crystal 1.14.0
2024-11-26 09:36:43 UTC
class
SolVox::
Schematic
SolVox::Schematic
Reference
Object
Defined in:
solvox/schematic.cr
Constructors
.new
(width : Int32, height : Int32)
Instance Method Summary
#data
: Array(Glyph)
#height
: Int32
#height=
(height : Int32)
#width
: Int32
#width=
(width : Int32)
Constructor Detail
def self.
new
(width : Int32, height : Int32)
#
[
View source
]
Instance Method Detail
def
data
: Array(
Glyph
)
#
[
View source
]
def
height
: Int32
#
[
View source
]
def
height=
(height : Int32)
#
[
View source
]
def
width
: Int32
#
[
View source
]
def
width=
(width : Int32)
#
[
View source
]