artofillusion
Class TransformPointsDialog

java.lang.Object
  extended by BDialog
      extended by artofillusion.TransformPointsDialog

public class TransformPointsDialog
extends BDialog

This class implements the dialog box which is used for the "Transform Points" command. It allows the user enter values by which to translate, rotate, and scale the selected Points. It also allows them to specify whether the rotation and scaling should be done with respect to the origin of object coordinates, or the center of the selected points.


Constructor Summary
TransformPointsDialog(BFrame parent)
           
 
Method Summary
 double[] getValues()
           
 boolean useSelectionCenter()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformPointsDialog

public TransformPointsDialog(BFrame parent)
Method Detail

getValues

public double[] getValues()

useSelectionCenter

public boolean useSelectionCenter()


Copyright © 1999-2011 by Peter Eastman.