Uses of Class
artofillusion.ui.Compound3DManipulator.HandleType

Packages that use Compound3DManipulator.HandleType
artofillusion.ui   
 

Uses of Compound3DManipulator.HandleType in artofillusion.ui
 

Fields in artofillusion.ui declared as Compound3DManipulator.HandleType
static Compound3DManipulator.HandleType Compound3DManipulator.MOVE
           
static Compound3DManipulator.HandleType Compound3DManipulator.ROTATE
           
static Compound3DManipulator.HandleType Compound3DManipulator.SCALE
           
 

Methods in artofillusion.ui that return Compound3DManipulator.HandleType
 Compound3DManipulator.HandleType Compound3DManipulator.HandleEvent.getHandleType()
          Get the type of handle being manipulated.
 Compound3DManipulator.HandleType Compound3DManipulator.getHandleTypeAtLocation(java.awt.Point location, ViewerCanvas view, BoundingBox selectionBounds)
          Get the type of handle which is displayed at a location.
 

Constructors in artofillusion.ui with parameters of type Compound3DManipulator.HandleType
Compound3DManipulator.HandleDraggedEvent(ViewerCanvas view, Compound3DManipulator.HandleType handleType, Compound3DManipulator.Axis axis, java.awt.Rectangle screenBounds, BoundingBox selectionBounds, WidgetMouseEvent event, Mat4 transform)
          Create a HandleDraggedEvent for a MOVE drag.
Compound3DManipulator.HandleDraggedEvent(ViewerCanvas view, Compound3DManipulator.HandleType handleType, Compound3DManipulator.Axis axis, java.awt.Rectangle screenBounds, BoundingBox selectionBounds, WidgetMouseEvent event, Mat4 transform, double angle)
          Create a HandleDraggedEvent for a ROTATE drag.
Compound3DManipulator.HandleDraggedEvent(ViewerCanvas view, Compound3DManipulator.HandleType handleType, Compound3DManipulator.Axis axis, java.awt.Rectangle screenBounds, BoundingBox selectionBounds, WidgetMouseEvent event, Mat4 transform, double scale1, double scale2)
          Create a HandleDraggedEvent for a SCALE drag.
Compound3DManipulator.HandlePressedEvent(ViewerCanvas view, Compound3DManipulator.HandleType handleType, Compound3DManipulator.Axis axis, java.awt.Rectangle screenBounds, BoundingBox selectionBounds, WidgetMouseEvent event)
           
Compound3DManipulator.HandleReleasedEvent(ViewerCanvas view, Compound3DManipulator.HandleType handleType, Compound3DManipulator.Axis axis, java.awt.Rectangle screenBounds, BoundingBox selectionBounds, WidgetMouseEvent event)
           
 



Copyright © 1999-2011 by Peter Eastman.