module Cryplot::LineMixin(T)

Overview

mixin used to attach line options to a type

Included Modules

Direct including types

Defined in:

plot/elems/line.cr

Instance Method Summary

Instance methods inherited from module Cryplot::BaseMixin(T)

derived : T derived, repr : String repr, to_s(io : IO) : Nil to_s

Instance Method Detail

def dash_type(val : Int32) #

Set the dash type of the underlying line object


[View source]
def line_color(color : String) #

Set the line color of the underlying line object.


[View source]
def line_repr : String #

[View source]
def line_style(val : Int32) #

Set the line style of the underlying line object


[View source]
def line_type(val : Int32) #

Set the line type of the underlying line object.


[View source]
def line_width(val : Int32) #

Set the line width of the underlying line object.


[View source]