Class: RubySvgImageGenerator::TestTheme::TestPart0

Inherits:
RubySvgImageGenerator::Theme::Part show all
Defined in:
lib/ruby_svg_image_generator/themes/test_theme/test_part_0.rb

Constant Summary collapse

MATRICES =
[
  [
    [ "#000", "#000", "#000", "#000" ],
    [ 0, 0, 0, 0 ],
    [ 0, 0, 0, 0 ]
  ],[
    [ 0, 0, 0, 0 ],
    [ 0, 0, 0, 0 ],
    [ "#000", "#000", "#000", "#000" ]
  ],[
    [ 0, 0, 0, 0 ],
    [ "#000", "#000", "#000", "#000" ],
    [ 0, 0, 0, 0 ]
  ]
]

Instance Method Summary collapse

Methods inherited from RubySvgImageGenerator::Theme::Part

#[], #each, #get_matrix, #get_random_matrix, #name

Constructor Details

#initialize(options = {}) ⇒ TestPart0

Returns a new instance of TestPart0.



22
23
24
# File 'lib/ruby_svg_image_generator/themes/test_theme/test_part_0.rb', line 22

def initialize options={}
  super "test_part_0"
end