class Fox::Enhancement::Xtras::Charting::NullBox
The null box represents the side of the container – the canvas – and will simplify layout.
Public Class Methods
new(chart, **kv)
click to toggle source
Calls superclass method
Fox::Enhancement::Xtras::Charting::Box::new
# File lib/fxruby-enhancement/xtras/charting-boxes.rb, line 88 def initialize chart, **kv super(chart, **kv) @dominance = 0 end
Public Instance Methods
render(dc ;)
click to toggle source
null box is never rendered.
# File lib/fxruby-enhancement/xtras/charting-boxes.rb, line 94 def render dc ; end