Uses of Interface
artofillusion.ui.MeshEditController

Packages that use MeshEditController
artofillusion   
artofillusion.animation.distortion   
artofillusion.object   
artofillusion.texture   
artofillusion.ui   
 

Uses of MeshEditController in artofillusion
 

Classes in artofillusion that implement MeshEditController
 class CurveEditorWindow
          The CurveEditorWindow class represents the window for editing Curve objects.
 class MeshEditorWindow
          The MeshEditorWindow class represents the window for editing Mesh objects.
 class SplineMeshEditorWindow
          The SplineMeshEditorWindow class represents the window for editing SplineMesh objects.
 class TriMeshEditorWindow
          The TriMeshEditorWindow class represents the window for editing TriangleMesh objects.
 class TubeEditorWindow
          The TubeEditorWindow class represents the window for editing Tube objects.
 

Methods in artofillusion that return MeshEditController
 MeshEditController ObjectViewer.getController()
          Get the controller which maintains the state for this viewer.
 

Constructors in artofillusion with parameters of type MeshEditController
BevelExtrudeTool(EditingWindow fr, MeshEditController controller)
           
CreateVertexTool(EditingWindow fr, MeshEditController controller)
           
CurveViewer(MeshEditController window, RowContainer p)
           
MeshViewer(MeshEditController controller, RowContainer p)
           
MoveScaleRotateMeshTool(EditingWindow fr, MeshEditController controller)
           
ObjectViewer(MeshEditController controller, RowContainer p)
           
ReshapeMeshTool(EditingWindow fr, MeshEditController controller)
           
RotateMeshTool(EditingWindow fr, MeshEditController controller, boolean only2D)
           
ScaleMeshTool(EditingWindow fr, MeshEditController controller)
           
SkewMeshTool(EditingWindow fr, MeshEditController controller)
           
SplineMeshViewer(MeshEditController window, RowContainer p)
           
TaperMeshTool(EditingWindow fr, MeshEditController controller)
           
ThickenMeshTool(EditingWindow fr, MeshEditController controller)
           
TriMeshViewer(MeshEditController window, RowContainer p)
           
TubeViewer(MeshEditController window, RowContainer p)
           
 

Uses of MeshEditController in artofillusion.animation.distortion
 

Classes in artofillusion.animation.distortion that implement MeshEditController
 class SkeletonShapeEditorWindow
          The SkeletonShapeEditorWindow class represents the window for editing SkeletonShapeKeyframes.
 

Uses of MeshEditController in artofillusion.object
 

Methods in artofillusion.object with parameters of type MeshEditController
 MeshViewer Tube.createMeshViewer(MeshEditController controller, RowContainer options)
          Get a MeshViewer which can be used for viewing this mesh.
 MeshViewer TriangleMesh.createMeshViewer(MeshEditController controller, RowContainer options)
          Get a MeshViewer which can be used for viewing this mesh.
 MeshViewer SplineMesh.createMeshViewer(MeshEditController controller, RowContainer options)
          Get a MeshViewer which can be used for viewing this mesh.
 MeshViewer Mesh.createMeshViewer(MeshEditController controller, RowContainer options)
          Get a MeshViewer which can be used for viewing this mesh.
 MeshViewer Curve.createMeshViewer(MeshEditController controller, RowContainer options)
          Get a MeshViewer which can be used for viewing this mesh.
 

Uses of MeshEditController in artofillusion.texture
 

Classes in artofillusion.texture that implement MeshEditController
 class UVMappingWindow
          UVMappingWindow is a window for editing the UV texture coordinates at each vertex of a mesh.
 

Methods in artofillusion.texture that return MeshEditController
 MeshEditController UVMappingViewer.getController()
          Get the controller for editing the UV mesh.
 

Uses of MeshEditController in artofillusion.ui
 

Constructors in artofillusion.ui with parameters of type MeshEditController
MeshEditingTool(EditingWindow fr, MeshEditController controller)
           
 



Copyright © 1999-2011 by Peter Eastman.