Module: Vedeu::Geometry
- Defined in:
- lib/vedeu/geometry/all.rb,
lib/vedeu/geometry/dsl.rb,
lib/vedeu/geometry/area.rb,
lib/vedeu/geometry/grid.rb,
lib/vedeu/geometry/null.rb,
lib/vedeu/geometry/geometry.rb,
lib/vedeu/geometry/position.rb,
lib/vedeu/geometry/alignment.rb,
lib/vedeu/geometry/dimension.rb,
lib/vedeu/geometry/coordinate.rb,
lib/vedeu/geometry/repository.rb,
lib/vedeu/geometry/x_dimension.rb,
lib/vedeu/geometry/y_dimension.rb,
lib/vedeu/geometry/vertical_alignment.rb,
lib/vedeu/geometry/horizontal_alignment.rb
Overview
The Geometry group of classes all handle the size of interfaces in relation to the current size of the terminal. This helps Vedeu to draw content in a consistent way.
You can define the geometry of your interfaces using the DSL.
Defined Under Namespace
Classes: Alignment, Area, Coordinate, DSL, Dimension, Geometry, Grid, HorizontalAlignment, Null, Position, Repository, VerticalAlignment, XDimension, YDimension