class LayoutColumn

Defined in:

classes/layoutcolumn.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(transposed : Bool) #

[View source]

Instance Method Detail

def add_some_out_fk(some) #

[View source]
def colwitdh_TKN : Int32 #

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

[View source]
def dx_due_to_width_and_fks_and_space_TKN(layoutdims) #

[View source]
def get_start_x_depending_on_transpose(layoutdims) #

where does the rect around the table start


[View source]
def get_xpos_channel_start(layoutdims) #

where does the first outgoing ref lines end and start going up or down


[View source]
def nr_out_fk_TKN : Int32 #

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

[View source]
def right_neighbour_nr_out_fk_TKN : Int32 #

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

[View source]
def start_x_TKN : Int32 #

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

[View source]
def transposed : Bool #

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

[View source]