Uses of Class
ProGAL.geom3d.surface.ParametricSurface

Packages that use ParametricSurface
ProGAL.geom3d.surface   
ProGAL.geom3d.viewer All classes required for the 3D scene viewer J3DScene
ProGAL.proteins.beltaStructure.sheet   
ProGAL.proteins.viewer   
 

Uses of ParametricSurface in ProGAL.geom3d.surface
 

Subclasses of ParametricSurface in ProGAL.geom3d.surface
 class ParametricParaboloid
           
 class ParametricPlane
           
 

Methods in ProGAL.geom3d.surface that return ParametricSurface
abstract  ParametricSurface ParametricSurface.clone()
           
 

Uses of ParametricSurface in ProGAL.geom3d.viewer
 

Methods in ProGAL.geom3d.viewer with parameters of type ParametricSurface
 void J3DScene.addSurface(ParametricSurface surface)
           
 void J3DScene.addSurface(ParametricSurface surface, java.awt.Color col)
           
 void J3DScene.addSurface(ParametricSurface surface, java.awt.Color col, double uMin, double uMax, int uDivs, double vMin, double vMax, int vDivs)
           
 

Uses of ParametricSurface in ProGAL.proteins.beltaStructure.sheet
 

Methods in ProGAL.proteins.beltaStructure.sheet that return ParametricSurface
 ParametricSurface SurfaceSheetStructure.getSurface()
          Return a reference to the surface that specifies this sheets structure.
 

Uses of ParametricSurface in ProGAL.proteins.viewer
 

Subclasses of ParametricSurface in ProGAL.proteins.viewer
 class CoilSurface
           
 class HelixSurface
           
 class StrandSurface
           
 

Methods in ProGAL.proteins.viewer that return ParametricSurface
 ParametricSurface StrandSurface.clone()
           
 ParametricSurface HelixSurface.clone()
           
 ParametricSurface CoilSurface.clone()