class TerminalRender::CanvasLine

Defined in:

render/terminal.cr

Constructors

Instance Method Summary

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 = "") #

[View source]

Instance Method Detail

def combined #

[View source]
def content #

[View source]
def content=(content : String) #

[View source]
def line : UInt16 #

[View source]
def line=(line : UInt16) #

[View source]
def prefix : String #

[View source]
def prefix=(prefix : String) #

[View source]
def raw_content : String #

[View source]
def raw_content=(text : String) #

[View source]
def rendered : Bool #

[View source]
def rendered=(rendered : Bool) #

[View source]
def size #

[View source]
def suffix : String #

[View source]
def suffix=(suffix : String) #

[View source]
def width : UInt16 #

[View source]
def width=(width : UInt16) #

[View source]