class TerminalRender::CanvasLine
- TerminalRender::CanvasLine
- Reference
- Object
Defined in:
render/terminal.crConstructors
Instance Method Summary
- #combined
- #content
- #content=(content : String)
- #line : UInt16
- #line=(line : UInt16)
- #prefix : String
- #prefix=(prefix : String)
- #raw_content : String
- #raw_content=(text : String)
- #rendered : Bool
- #rendered=(rendered : Bool)
- #size
- #suffix : String
- #suffix=(suffix : String)
- #width : UInt16
- #width=(width : UInt16)
Instance methods inherited from class Object
to_sban(io : IO)to_sban(encoder : SBAN::Encoder)
to_sban : Bytes to_sban
Class methods inherited from class Object
from_sban(string_or_io)
from_sban
Constructor Detail
def self.new(content : String, line : UInt16, width : UInt16, prefix : String = "", suffix : String = "")
#