Class: CTioga::Themes::MonoTheme

Inherits:
ClassicalTheme show all
Defined in:
lib/CTioga/themes/mono.rb

Constant Summary

Constants inherited from BaseTheme

BaseTheme::THEMES

Instance Attribute Summary

Attributes inherited from ClassicalTheme

#sets

Instance Method Summary collapse

Methods inherited from ClassicalTheme

#choose_set, #next_curve_style

Methods inherited from BaseTheme

#bod_hook, #choose_set, #cmdline_extra_args, inherited, #next_curve_style

Constructor Details

#initializeMonoTheme

Returns a new instance of MonoTheme.



23
24
25
26
# File 'lib/CTioga/themes/mono.rb', line 23

def initialize
  super(Tioga::FigureConstants::Black, 'standard', 
        Tioga::FigureConstants::Black, 'standard')
end