Class: HDLRuby::High::Std::Board::BITMAP

Inherits:
Struct
  • Object
show all
Defined in:
lib/HDLRuby/ui/hruby_board.rb

Overview

Class describing a bitmap display with keyboard input supported

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



127
128
129
# File 'lib/HDLRuby/ui/hruby_board.rb', line 127

def height
  @height
end

#hreadObject

Returns the value of attribute hread

Returns:

  • (Object)

    the current value of hread



127
128
129
# File 'lib/HDLRuby/ui/hruby_board.rb', line 127

def hread
  @hread
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



127
128
129
# File 'lib/HDLRuby/ui/hruby_board.rb', line 127

def id
  @id
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



127
128
129
# File 'lib/HDLRuby/ui/hruby_board.rb', line 127

def width
  @width
end