Module: CTioga2::Graphics::Elements

Defined in:
lib/ctioga2/graphics/elements/element.rb,
lib/ctioga2/graphics/elements/region.rb,
lib/ctioga2/graphics/elements/contour.rb,
lib/ctioga2/graphics/elements/curve2d.rb,
lib/ctioga2/graphics/elements/subplot.rb,
lib/ctioga2/graphics/elements/tangent.rb,
lib/ctioga2/graphics/elements/xyz-map.rb,
lib/ctioga2/graphics/elements/histogram.rb,
lib/ctioga2/graphics/elements/primitive.rb,
lib/ctioga2/graphics/elements/containers.rb,
lib/ctioga2/graphics/elements/style-lists.rb,
lib/ctioga2/graphics/elements/xyz-contour.rb,
lib/ctioga2/graphics/elements/parametric2d.rb,
lib/ctioga2/graphics/elements/plot-elements.rb,
lib/ctioga2/graphics/elements/gradient-region.rb,
lib/ctioga2/graphics/elements/redirecting-container.rb

Overview

All elements that can be drawn onto a FigureMaker object

Defined Under Namespace

Modules: Contours, StyleLists, Tangents Classes: AxisElement, BackgroundElement, Container, Curve2D, GradientRegion, Histogram, MapAxisElement, Parametric2D, PlotBasedElement, RedirectingContainer, Region, Subplot, TiogaElement, TiogaPrimitiveCall, TitleElement, XYZContour, XYZMap

Constant Summary collapse

ObjectType =
CmdType.new('object', {:type => :function_based,
                      :class => Elements::TiogaElement,
                      :func_name => :find_object}, <<EOD)
A named object (whose name was given using the /id= option to the
appropriate command).
EOD
ObjectsType =
CmdType.new('objects', {:type => :function_based,
                      :class => Elements::TiogaElement,
                      :func_name => :find_objects}, <<EOD)
A list of comma-separated {type: object}s, or a class specification
starting with a .
EOD