class Sheen::TableResizer::Column

Overview

A single column's measured area during resizing.

Defined in:

sheen/table_resizer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(index : Int32, min : Int32, max : Int32, median : Int32) #

Creates a column area tracker with the given index and initial min/max/median widths.


[View source]

Instance Method Detail

def fixed_width : Int32 #

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

[View source]
def index : Int32 #

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

[View source]
def max : Int32 #

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

[View source]
def median : Int32 #

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

[View source]
def min : Int32 #

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

[View source]
def rows : Array(Array(String)) #

[View source]
def rows=(rows : Array(Array(String))) #

[View source]
def x_padding : Int32 #

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

[View source]