class Prawn::Graph::Calculations::LayoutCalculator::Dimensions

Public Instance Methods

point() click to toggle source
# File lib/prawn/graph/calculations/layout_calculator.rb, line 14
def point
  [x, y]
end
renderable?() click to toggle source
# File lib/prawn/graph/calculations/layout_calculator.rb, line 10
def renderable?
  width > 0 && height > 0
end