analyzer.plot
Class RotCoordSys

java.lang.Object
  |
  +--java.awt.geom.AffineTransform
        |
        +--analyzer.plot.CoordSys
              |
              +--analyzer.plot.RotCoordSys

public class RotCoordSys
extends CoordSys

Class for representing a local coordinate system. This is defined in terms of an AffineTransform and a coordinate range.

See Also:
Serialized Form

Fields inherited from class java.awt.geom.AffineTransform
TYPE_FLIP, TYPE_GENERAL_ROTATION, TYPE_GENERAL_SCALE, TYPE_GENERAL_TRANSFORM, TYPE_IDENTITY, TYPE_MASK_ROTATION, TYPE_MASK_SCALE, TYPE_QUADRANT_ROTATION, TYPE_TRANSLATION, TYPE_UNIFORM_SCALE
 
Constructor Summary
RotCoordSys()
           
RotCoordSys(CoordRange limits)
           
RotCoordSys(CoordRange limits, CoordRange location)
          Create a coordinate system relative to another coordinate system.
 
Method Summary
 void calcTransform(java.awt.geom.AffineTransform preTransform)
          Calculate Transform
 
Methods inherited from class analyzer.plot.CoordSys
getLimitPath
 
Methods inherited from class java.awt.geom.AffineTransform
clone, concatenate, createInverse, createTransformedShape, deltaTransform, deltaTransform, equals, getDeterminant, getMatrix, getRotateInstance, getRotateInstance, getScaleInstance, getScaleX, getScaleY, getShearInstance, getShearX, getShearY, getTranslateInstance, getTranslateX, getTranslateY, getType, hashCode, inverseTransform, inverseTransform, isIdentity, preConcatenate, rotate, rotate, scale, setToIdentity, setToRotation, setToRotation, setToScale, setToShear, setToTranslation, setTransform, setTransform, shear, toString, transform, transform, transform, transform, transform, transform, translate
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RotCoordSys

public RotCoordSys()

RotCoordSys

public RotCoordSys(CoordRange limits)

RotCoordSys

public RotCoordSys(CoordRange limits,
                   CoordRange location)
Create a coordinate system relative to another coordinate system.
Parameters:
limits - The limits on the new coordinate system.
location - The location of the new coordinate system, in the old coordinate system.
Method Detail

calcTransform

public void calcTransform(java.awt.geom.AffineTransform preTransform)
Calculate Transform
Overrides:
calcTransform in class CoordSys


Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu