module Cryplot::BaseMixin(T)
Overview
Base mixin
Direct including types
- Cryplot::DepthMixin(T)
- Cryplot::FilledCurveMixin(T)
- Cryplot::FillMixin(T)
- Cryplot::FillStyle
- Cryplot::FontMixin(T)
- Cryplot::FrameMixin(T)
- Cryplot::HistogramStyle
- Cryplot::LineMixin(T)
- Cryplot::OffsetMixin(T)
- Cryplot::PointMixin(T)
- Cryplot::ShowMixin(T)
- Cryplot::TitleMixin(T)
Defined in:
plot/elems/base.crInstance Method Summary
- #derived : T
-
#repr : String
returns a string representation of object of some class
- #to_s(io : IO) : Nil