Module: CTioga2::Graphics::Types

Defined in:
lib/ctioga2/graphics/types/boxes.rb,
lib/ctioga2/graphics/types/grid.rb,
lib/ctioga2/graphics/types/point.rb,
lib/ctioga2/graphics/types/location.rb,
lib/ctioga2/graphics/types/bijection.rb,
lib/ctioga2/graphics/types/boundaries.rb,
lib/ctioga2/graphics/types/dimensions.rb

Overview

A module holding different data types useful for interacting with Tioga

Defined Under Namespace

Classes: AlignedPoint, BaseCoordinate, Bijection, Boundaries, Box, Dimension, GridBox, GridLayout, MarginsBox, PlotLocation, Point, PointBasedBox, SimpleRange

Constant Summary collapse

LocationType =

Something meant to be fed to PlotStyle#get_axis_style

CmdType.new('location', { :type => :function_based,
                                 :class => Graphics::Types::PlotLocation
                                 }, <<EOD)
A position on the plot, referenced with respect to the sides. Can be:
 * @left@
 * @right@
 * @top@
 * @bottom@

In addition, there will one day be the possibility to specify an 
offset from these locations. But that is still something to do.
EOD