module Cryplot::FrameMixin(T)

Overview

mixin used to attach frame options to a type

Included Modules

Direct including types

Defined in:

plot/elems/frame.cr

Constructors

Instance Method Summary

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

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

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def frame_dash_type(value : Int32) #

Set the dash type of the legend frame


[View source]
def frame_hide #

Set the visibility of the legend frame to a hidden status.


[View source]
def frame_line_color(value : String) #

Set the line color the legend frame


[View source]
def frame_line_style(value : Int32) #

Set the line style of the legend frame


[View source]
def frame_line_type(value : Int32) #

Set the line type of the legend frame


[View source]
def frame_line_width(value : Int32) #

Set the line width of the legend frame


[View source]
def frame_repr #

[View source]
def frame_show(value = true) #

Set the visibility of the legend frame to a shown or hidden status.


[View source]