class Cryplot::Offset

Included Modules

Defined in:

plot/elems/offset.cr

Instance Method Summary

Instance methods inherited from module Cryplot::OffsetMixin(Cryplot::Offset)

offset_repr offset_repr, shift_along_graph_x(val : Number) shift_along_graph_x, shift_along_graph_y(val : Number) shift_along_graph_y, shift_along_screen_x(val : Number) shift_along_screen_x, shift_along_screen_y(val : Number) shift_along_screen_y, shift_along_x(val : Number) shift_along_x, shift_along_y(val : Number) shift_along_y

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

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

Instance Method Detail

def repr : String #
Description copied from module Cryplot::BaseMixin(Cryplot::Offset)

returns a string representation of object of some class


[View source]