Class: HDLRuby::High::Std::Board::BITMAP
- Inherits:
-
Struct
- Object
- Struct
- HDLRuby::High::Std::Board::BITMAP
- Defined in:
- lib/HDLRuby/ui/hruby_board.rb
Overview
Class describing a bitmap display with keyboard input supported
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#hread ⇒ Object
Returns the value of attribute hread.
-
#id ⇒ Object
Returns the value of attribute id.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
127 128 129 |
# File 'lib/HDLRuby/ui/hruby_board.rb', line 127 def height @height end |
#hread ⇒ Object
Returns the value of attribute hread
127 128 129 |
# File 'lib/HDLRuby/ui/hruby_board.rb', line 127 def hread @hread end |
#id ⇒ Object
Returns the value of attribute id
127 128 129 |
# File 'lib/HDLRuby/ui/hruby_board.rb', line 127 def id @id end |
#width ⇒ Object
Returns the value of attribute width
127 128 129 |
# File 'lib/HDLRuby/ui/hruby_board.rb', line 127 def width @width end |