class Cratrix::Line

Defined in:

cratrix/line.cr

Constant Summary

CHARS = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!@#$%^&*~`_-+={[()]}|:;',./<>?\"\\。「」、・ヲァィゥェォャュョッーアイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワン"

Constructors

Instance Method Summary

Constructor Detail

def self.new(window : Termbox::Window, x : Int32, size : Int32) #

[View source]

Instance Method Detail

def render #

[View source]
def size : Int32 #

[View source]
def update #

[View source]
def x : Int32 #

[View source]
def y : Int32 #

[View source]