struct Sheen::StyleRange

Overview

A visible-cell range matched with the style to apply to it.

For Sheen.style_ranges, start is inclusive and finish is exclusive.

Defined in:

sheen/ranges.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(start : Int32, finish : Int32, style : Style) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(start _start = @start, finish _finish = @finish, style _style = @style) #

[View source]
def finish : Int32 #

def start : Int32 #

def style : Style #