Uses of Class
Renderer.Toy

Packages that use Toy
Renderer   
 

Uses of Toy in Renderer
 

Fields in Renderer declared as Toy
private  Toy Sandbox.m_active_toy
           
private  Toy RepresentationViewer.m_toy
           
 

Methods in Renderer that return Toy
 Toy Sandbox.addToy(java.lang.String toy_name, java.lang.String model_name, boolean is_wireframe, float transparency, javax.vecmath.Color3f override_color)
          Creates and adds a toy to this sandbox.
 Toy Sandbox.getToy(java.lang.String name)
          Returns a toy.
 

Methods in Renderer with parameters of type Toy
private  java.lang.String RepresentationViewer.formatInterval(ObjectTemplate object_template, Toy toy, int dimension_code)
          Returns a formatted string with the actual dimension value, its percent off the nominal value, and its plausibility interval.
 

Constructors in Renderer with parameters of type Toy
RepresentationViewer(java.lang.String viewer_name, Playground playground, Sandbox sandbox, Toy toy, MonteCarloRunSet monte_carlo_run_set)
          Creates a new viewer.
MetaOverlayPair(java.lang.String name, Region region, javax.vecmath.Color3f color, boolean is_frame_otherwise_fill, boolean show_topology, Toy toy)
          Creates a pair of MetaOverlays, one as the frame and the other as the fill of the given Region.
MetaOverlayPair(int overlay_pair_type, boolean is_special, Toy toy)
          Creates a pair of MetaOverlays, one as the frame and the other as the fill of the given type.
MetaOverlay(java.lang.String name, Region region, javax.vecmath.Color3f color, boolean is_frame_otherwise_fill, boolean show_topology, Toy toy)
          Creates a new overlay based on a Region.
MetaOverlay(int overlay_type, boolean is_special, Toy toy)
          Creates a new overlay of an axis, plane, or shell.
MetaOverlay(java.lang.String name, javax.media.j3d.BranchGroup branch, javax.media.j3d.Appearance appearance, Toy toy)
          Creates a new overlay based on an existing Java3D branch group.