class Tradify::Component
- Tradify::Component
- Reference
- Object
Direct Known Subclasses
Defined in:
tradify/component.crConstructors
Instance Method Summary
- #components : Array(Component)
- #components=(components : Array(Component))
- #draw(px, py)
- #draw
- #height : Int32
- #height=(height : Int32)
- #hidden? : Bool
- #hide
- #show
- #shown?
- #update(px, py)
- #update
- #width : Int32
- #width=(width : Int32)
- #x : Int32
- #x=(x : Int32)
- #y : Int32
- #y=(y : Int32)
Constructor Detail
def self.new(x : Int32 = 0, y : Int32 = 0, width : Int32 = 0, height : Int32 = 0, components : Array(Tradify::Component) = [] of Component)
#