artofillusion.ui
Class MeshEditingTool

java.lang.Object
  extended by artofillusion.ui.EditingTool
      extended by artofillusion.ui.MeshEditingTool
Direct Known Subclasses:
BevelExtrudeTool, CreateVertexTool, MoveScaleRotateMeshTool, ReshapeMeshTool, RotateMeshTool, ScaleMeshTool, SkewMeshTool, TaperMeshTool, ThickenMeshTool

public abstract class MeshEditingTool
extends EditingTool

This is a subclass of EditingTool for tools which edit Mesh objects. It contains common features used by many tools.


Field Summary
 
Fields inherited from class artofillusion.ui.EditingTool
ALL_CLICKS, HANDLE_CLICKS, OBJECT_CLICKS
 
Constructor Summary
MeshEditingTool(EditingWindow fr, MeshEditController controller)
           
 
Method Summary
 
Methods inherited from class artofillusion.ui.EditingTool
activate, allowSelectionChanges, deactivate, drawOverlay, getButton, getToolTipText, getWindow, hilightSelection, iconDoubleClicked, isEditable, keyPressed, mouseDragged, mouseMoved, mousePressed, mousePressedOnHandle, mousePressedOnObject, mouseReleased, whichClicks
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeshEditingTool

public MeshEditingTool(EditingWindow fr,
                       MeshEditController controller)


Copyright © 1999-2011 by Peter Eastman.