Class MRPHelpers::Style
In: mrplot/helpers.rb
Parent: Object

A style is a hash but you don’t access it by the [] operator. You can call directly:

 style_a.<whateveryouwant>=     "Hallo"
 style_a.<whateveryouwant>  ->  "Hallo"

Methods

clear   method_missing   new   to_s  

Attributes

styles  [R]  Core Style Values

Public Class methods

Public Instance methods

Clear the style

[Validate]