hep.wired.heprep.projection
Class ParallelProjection.XY

java.lang.Object
  extended by hep.wired.heprep.projection.AbstractProjection
      extended by hep.wired.heprep.projection.ParallelProjection
          extended by hep.wired.heprep.projection.ParallelProjection.XY
All Implemented Interfaces:
Resetable, Rotateable2D, Rotateable3D, Scaleable, Scaleable2D, Scaleable3D, Shearable2D, Transformable2D, Transformable3D, Translateable, Translateable2D, Translateable3D, InverseProjection, Projection, ProjectionFeature, Feature, UVWindices, WiredRegistry.ID, XYZindices, org.freehep.xml.io.XMLIO
Enclosing class:
ParallelProjection

public static class ParallelProjection.XY
extends ParallelProjection


Nested Class Summary
 
Nested classes/interfaces inherited from class hep.wired.heprep.projection.ParallelProjection
ParallelProjection.XY, ParallelProjection.XZ, ParallelProjection.YZ, ParallelProjection.ZX, ParallelProjection.ZY
 
Field Summary
 
Fields inherited from class hep.wired.heprep.projection.ParallelProjection
matrix, resetMatrix
 
Fields inherited from class hep.wired.heprep.projection.AbstractProjection
defaultProjections
 
Fields inherited from interface hep.wired.util.XYZindices
X, Y, Z
 
Fields inherited from interface hep.wired.util.UVWindices
U, V, W
 
Constructor Summary
  ParallelProjection.XY()
           
protected ParallelProjection.XY(Matrix3D matrix, Matrix3D resetMatrix)
           
 
Method Summary
 Projection copy()
          Returns a deep copy of the projection.
 
Methods inherited from class hep.wired.heprep.projection.ParallelProjection
deltaTransform, getFormula, getModelTranslation, getScale, getScreenTranslation, getTranslate, inverseDeltaTransform, inverseTransform, reset, restore, rotate, rotate, save, scale, scale, scale, setScale, setScale, setScale, setTranslate, setTranslate, shear, toString, transform, transform, translate, translate
 
Methods inherited from class hep.wired.heprep.projection.AbstractProjection
getFeature, getID, getName, getViewPort, setViewPort, supports, transform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface hep.wired.heprep.services.Projection
getFeature, getName, getViewPort, setViewPort, supports, transform, transform
 
Methods inherited from interface hep.wired.util.WiredRegistry.ID
getID
 

Constructor Detail

ParallelProjection.XY

public ParallelProjection.XY()

ParallelProjection.XY

protected ParallelProjection.XY(Matrix3D matrix,
                                Matrix3D resetMatrix)
Method Detail

copy

public Projection copy()
Description copied from interface: Projection
Returns a deep copy of the projection.

Specified by:
copy in interface Projection
Specified by:
copy in class AbstractProjection


Copyright © 1996-2013 FreeHEP. All Rights Reserved.