Class: Cheri::JRuby::Explorer::NavViewer::ColDef
- Inherits:
-
Object
- Object
- Cheri::JRuby::Explorer::NavViewer::ColDef
- Defined in:
- lib/cheri/jruby/explorer/viewer.rb
Instance Attribute Summary collapse
-
#clk ⇒ Object
Returns the value of attribute clk.
-
#col ⇒ Object
Returns the value of attribute col.
-
#dbg ⇒ Object
Returns the value of attribute dbg.
-
#dfg ⇒ Object
Returns the value of attribute dfg.
-
#dfont ⇒ Object
Returns the value of attribute dfont.
-
#dtext ⇒ Object
Returns the value of attribute dtext.
-
#hbg ⇒ Object
Returns the value of attribute hbg.
-
#hfg ⇒ Object
Returns the value of attribute hfg.
-
#hfont ⇒ Object
Returns the value of attribute hfont.
-
#maxh ⇒ Object
Returns the value of attribute maxh.
Instance Method Summary collapse
-
#initialize(hbg, hfg, hfont, dbg, dfg, dfont, dtext = nil, maxh = nil) ⇒ ColDef
constructor
A new instance of ColDef.
Constructor Details
#initialize(hbg, hfg, hfont, dbg, dfg, dfont, dtext = nil, maxh = nil) ⇒ ColDef
Returns a new instance of ColDef.
465 466 467 468 469 470 471 472 473 474 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 465 def initialize(hbg,hfg,hfont,dbg,dfg,dfont,dtext=nil,maxh=nil) @hbg = hbg if hbg @hfg = hfg if hfg @hfont = hfont if hfont @dbg = dbg if dbg @dfg = dfg if dfg @dfont = dfont if dfont @dtext = dtext if dtext @maxh = maxh if maxh end |
Instance Attribute Details
#clk ⇒ Object
Returns the value of attribute clk.
464 465 466 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 464 def clk @clk end |
#col ⇒ Object
Returns the value of attribute col.
455 456 457 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 455 def col @col end |
#dbg ⇒ Object
Returns the value of attribute dbg.
459 460 461 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 459 def dbg @dbg end |
#dfg ⇒ Object
Returns the value of attribute dfg.
460 461 462 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 460 def dfg @dfg end |
#dfont ⇒ Object
Returns the value of attribute dfont.
461 462 463 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 461 def dfont @dfont end |
#dtext ⇒ Object
Returns the value of attribute dtext.
462 463 464 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 462 def dtext @dtext end |
#hbg ⇒ Object
Returns the value of attribute hbg.
456 457 458 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 456 def hbg @hbg end |
#hfg ⇒ Object
Returns the value of attribute hfg.
457 458 459 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 457 def hfg @hfg end |
#hfont ⇒ Object
Returns the value of attribute hfont.
458 459 460 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 458 def hfont @hfont end |
#maxh ⇒ Object
Returns the value of attribute maxh.
463 464 465 |
# File 'lib/cheri/jruby/explorer/viewer.rb', line 463 def maxh @maxh end |