Uses of Class
org.jzy3d.plot3d.transform.Transform

Packages that use Transform
org.jzy3d.plot3d.primitives   
org.jzy3d.plot3d.primitives.enlightables   
org.jzy3d.plot3d.primitives.graphs.impl   
org.jzy3d.plot3d.primitives.pickable   
org.jzy3d.plot3d.primitives.textured   
org.jzy3d.plot3d.primitives.vbo   
org.jzy3d.plot3d.rendering.ordering   
org.jzy3d.plot3d.rendering.scene   
org.jzy3d.plot3d.rendering.view Provides interfaces, abstract classes and concrete classes to perform rendering of 3d objects into a canvas. 
org.jzy3d.plot3d.text   
org.jzy3d.plot3d.transform Provides management of OpenGL ModelView Matrix for objects transformations. 
 

Uses of Transform in org.jzy3d.plot3d.primitives
 

Fields in org.jzy3d.plot3d.primitives declared as Transform
protected  Transform AbstractDrawable.transform
           
protected  Transform AbstractComposite.transform
           
protected  Transform AbstractDrawable.transformBefore
           
 

Methods in org.jzy3d.plot3d.primitives that return Transform
 Transform AbstractDrawable.getTransform()
          Get object's transformation that is applied at the beginning of a call to AbstractDrawable.draw(GL,GLU,Camera).
 Transform AbstractComposite.getTransform()
          Return the transform that was affected to this composite.
 Transform AbstractDrawable.getTransformBefore()
           
 

Methods in org.jzy3d.plot3d.primitives with parameters of type Transform
 void Tube.applyGeometryTransform(Transform transform)
           
 void Sphere.applyGeometryTransform(Transform transform)
           
 void ScatterMultiColorList.applyGeometryTransform(Transform transform)
           
 void ScatterMultiColor.applyGeometryTransform(Transform transform)
           
 void Scatter.applyGeometryTransform(Transform transform)
           
 void Point.applyGeometryTransform(Transform transform)
           
 void Parallelepiped.applyGeometryTransform(Transform transform)
           
 void LineStrip.applyGeometryTransform(Transform transform)
           
 void Disk.applyGeometryTransform(Transform transform)
           
 void CompileableComposite.applyGeometryTransform(Transform transform)
           
 void AbstractGeometry.applyGeometryTransform(Transform transform)
           
abstract  void AbstractDrawable.applyGeometryTransform(Transform transform)
           
 void AbstractComposite.applyGeometryTransform(Transform transform)
           
 void Parallelepiped.setTransform(Transform transform)
           
 void AbstractDrawable.setTransform(Transform transform)
          Set object's transformation that is applied at the beginning of a call to AbstractDrawable.draw(GL,GLU,Camera).
 void AbstractComposite.setTransform(Transform transform)
          Delegate transforming iteratively to all Drawable of this composite and stores the given transform for keeping the ability of retrieving it.
 void AbstractDrawable.setTransformBefore(Transform transformBefore)
           
 void AbstractComposite.setTransformBefore(Transform transform)
           
 

Uses of Transform in org.jzy3d.plot3d.primitives.enlightables
 

Methods in org.jzy3d.plot3d.primitives.enlightables with parameters of type Transform
 void EnlightableSphere.applyGeometryTransform(Transform transform)
           
 void EnlightablePolygon.applyGeometryTransform(Transform transform)
           
 void EnlightableDisk.applyGeometryTransform(Transform transform)
           
 

Uses of Transform in org.jzy3d.plot3d.primitives.graphs.impl
 

Methods in org.jzy3d.plot3d.primitives.graphs.impl with parameters of type Transform
 void DefaultDrawableGraph2d.applyGeometryTransform(Transform transform)
           
 

Uses of Transform in org.jzy3d.plot3d.primitives.pickable
 

Methods in org.jzy3d.plot3d.primitives.pickable with parameters of type Transform
 void Pickable.setTransform(Transform transform)
           
 

Uses of Transform in org.jzy3d.plot3d.primitives.textured
 

Fields in org.jzy3d.plot3d.primitives.textured declared as Transform
protected  Transform DrawableTexture.textureScale
           
 

Methods in org.jzy3d.plot3d.primitives.textured that return Transform
 Transform DrawableTexture.getTextureScale()
           
 

Methods in org.jzy3d.plot3d.primitives.textured with parameters of type Transform
 void DrawableTexture.applyGeometryTransform(Transform transform)
           
 void DrawableTexture.setTextureScale(Transform textureScale)
           
 

Uses of Transform in org.jzy3d.plot3d.primitives.vbo
 

Methods in org.jzy3d.plot3d.primitives.vbo with parameters of type Transform
 void DrawableVBO.applyGeometryTransform(Transform transform)
           
 

Uses of Transform in org.jzy3d.plot3d.rendering.ordering
 

Fields in org.jzy3d.plot3d.rendering.ordering declared as Transform
protected  Transform AbstractOrderingStrategy.transform
           
 

Methods in org.jzy3d.plot3d.rendering.ordering that return Transform
 Transform AbstractOrderingStrategy.getTransform()
           
 

Methods in org.jzy3d.plot3d.rendering.ordering with parameters of type Transform
 void AbstractOrderingStrategy.setAll(javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, Camera camera, Transform transform)
           
 void AbstractOrderingStrategy.setTransform(Transform transform)
           
 

Uses of Transform in org.jzy3d.plot3d.rendering.scene
 

Fields in org.jzy3d.plot3d.rendering.scene declared as Transform
protected  Transform Graph.transform
           
 

Methods in org.jzy3d.plot3d.rendering.scene that return Transform
 Transform Graph.getTransform()
          Return the transform that was affected to this composite.
 

Methods in org.jzy3d.plot3d.rendering.scene with parameters of type Transform
 void Graph.setTransform(Transform transform)
          Delegate transforming iteratively to all Drawable of this graph and stores the given transform for keeping the ability of retrieving it.
 

Uses of Transform in org.jzy3d.plot3d.rendering.view
 

Methods in org.jzy3d.plot3d.rendering.view with parameters of type Transform
 void Camera.show(javax.media.opengl.GL gl, Transform transform, Coord3d scaling)
           
 

Uses of Transform in org.jzy3d.plot3d.text
 

Methods in org.jzy3d.plot3d.text with parameters of type Transform
 void DrawableTextWrapper.applyGeometryTransform(Transform transform)
           
 

Uses of Transform in org.jzy3d.plot3d.transform
 

Methods in org.jzy3d.plot3d.transform with parameters of type Transform
 void Transform.add(Transform transform)
          Appends a Transform to the current Transform.
 

Constructors in org.jzy3d.plot3d.transform with parameters of type Transform
Transform(Transform transform)
          Initialize a list of Transformer with the sequence hold by the given Transform.
 



Copyright © 2013. All rights reserved.