class Animatis::Kanvas
- Animatis::Kanvas
- Reference
- Object
Defined in:
animatis.crConstructors
Instance Method Summary
- #background(color : Kolor)
- #circle(x : Int32, y : Int32, radius : Int32)
- #each_frame(&block : Array(SF::Event) -> )
- #fill_color : Kolor
- #fill_color=(fill_color : Kolor)
- #fps : Int32
- #fps=(fps : Int32)
- #no_fill : Bool
- #no_fill=(no_fill : Bool)
- #no_stroke : Bool
- #no_stroke=(no_stroke : Bool)
- #rectangle(x : Int32, y : Int32, width : Int32, height : Int32)
- #sleeping : Bool
- #sleeping=(sleeping : Bool)
- #start
- #stroke_color : Kolor
- #stroke_color=(stroke_color : Kolor)
- #stroke_weight : Float32
- #stroke_weight=(stroke_weight : Float32)
- #translate(translated_x : Int32, translated_y : Int32)