Uses of Interface
org.jcae.viewer3d.Viewable

Packages that use Viewable
org.jcae.viewer3d   
org.jcae.viewer3d.bg   
org.jcae.viewer3d.cad   
org.jcae.viewer3d.fd   
org.jcae.viewer3d.fe   
org.jcae.viewer3d.post   
 

Uses of Viewable in org.jcae.viewer3d
 

Classes in org.jcae.viewer3d that implement Viewable
 class ViewableAdaptor
           
 

Methods in org.jcae.viewer3d that return Viewable
 Viewable View.getCurrentViewable()
           
 Viewable[] View.getViewables()
          Return viewables shown in this view
 

Methods in org.jcae.viewer3d with parameters of type Viewable
 void View.add(Viewable viewable)
          Add a Viewable to the current view
 boolean View.contains(Viewable viewable)
          inform if the view contains the viewable
protected  void View.fireViewableChanged(Viewable viewable)
          refresh the clip planes value
 void View.fit(Viewable viewable)
          Fit the view to show the specified viewable
protected  javax.media.j3d.BranchGroup View.getBranchGroup(Viewable viewable)
          Get the cloned branchgroup of a viewable for this view.
 void View.remove(Viewable viewable)
          Remove a viewable from this view
 void View.setCurrentViewable(Viewable v)
           
static void View.startRenderer(Viewable viewable)
           
static void View.stopRenderer(Viewable viewable)
           
static void View.viewableChanged(Viewable viewable)
           
 

Uses of Viewable in org.jcae.viewer3d.bg
 

Classes in org.jcae.viewer3d.bg that implement Viewable
 class ViewableBG
           
 

Uses of Viewable in org.jcae.viewer3d.cad
 

Classes in org.jcae.viewer3d.cad that implement Viewable
 class ViewableCAD
          A Viewable specilized to display CAD scenes.
 

Uses of Viewable in org.jcae.viewer3d.fd
 

Classes in org.jcae.viewer3d.fd that implement Viewable
 class SimplePlateViewable
           
 class ViewableFD
          The J3D node of this viewable has the following structure parentBranchGroup | +-domainBg | +-wire Shape3D (also in wires Collection) | +-slots Shape3D (also in slots Collection) | +-plate Shape3d (also in plates Collection) | +-plate wireframe Shape3d
 

Uses of Viewable in org.jcae.viewer3d.fe
 

Classes in org.jcae.viewer3d.fe that implement Viewable
 class ViewableFE
           
 

Uses of Viewable in org.jcae.viewer3d.post
 

Classes in org.jcae.viewer3d.post that implement Viewable
 class ImageViewable
           
 class QuadPostViewable
           
static class TextureFitter.PickViewableCAD
          A special ViewableCAD which allows picking points on a surface.
 

Methods in org.jcae.viewer3d.post that return Viewable
 Viewable TextureFitter.displayTexture(org.jcae.opencascade.jni.TopoDS_Shape shape, javax.vecmath.Point3d[] triangle2d, javax.vecmath.Point3d[] triangle3d, java.awt.image.BufferedImage image)
          Display the texture with a normalized projection
 Viewable TextureFitter.displayTexture(org.jcae.opencascade.jni.TopoDS_Shape shape, javax.vecmath.Point3d[] triangle2d, javax.vecmath.Point3d[] triangle3d, java.awt.image.BufferedImage image, boolean normalize)
           
 Viewable TextureFitter.drawPoint(double x, double y, double z)
           
 

Methods in org.jcae.viewer3d.post with parameters of type Viewable
 void TextureFitter.removeTexture(Viewable viewable)
           
 void TextureFitter.updateTexture(Viewable viewable, javax.vecmath.Point3d[] triangle2d, javax.vecmath.Point3d[] triangle3d)
          Move the texture.
 void TextureFitter.updateTexture(Viewable viewable, javax.vecmath.Point3d[] triangle2d, javax.vecmath.Point3d[] triangle3d, boolean normalize)
          Move the texture