class Tput::Namespace::Line

Defined in:

tput/namespace.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x1 : Int32, y1 : Int32, x2 : Int32, y2 : Int32) #

[View source]

Instance Method Detail

def x1 : Int32 #

[View source]
def x1=(x1 : Int32) #

[View source]
def x2 : Int32 #

[View source]
def x2=(x2 : Int32) #

[View source]
def y1 : Int32 #

[View source]
def y1=(y1 : Int32) #

[View source]
def y2 : Int32 #

[View source]
def y2=(y2 : Int32) #

[View source]