hep.wired.feature
Interface Transformable2D

All Superinterfaces:
Feature, Rotateable2D, Scaleable, Scaleable2D, Shearable2D, Translateable, Translateable2D

public interface Transformable2D
extends Scaleable2D, Shearable2D, Translateable2D, Rotateable2D

Can be transformed in 2D, meaning Scaleable2D, Shearable2D, Translateable2D and Rotateable2D.

Version:
$Id: Transformable2D.java 8598 2006-08-14 20:38:02Z duns $
Author:
Mark Donszelmann

Method Summary
 
Methods inherited from interface hep.wired.feature.Scaleable2D
getScale, scale, setScale
 
Methods inherited from interface hep.wired.feature.Scaleable
scale, setScale
 
Methods inherited from interface hep.wired.feature.Shearable2D
shear
 
Methods inherited from interface hep.wired.feature.Translateable2D
getTranslate, setTranslate, translate
 
Methods inherited from interface hep.wired.feature.Translateable
getModelTranslation, getScreenTranslation
 
Methods inherited from interface hep.wired.feature.Rotateable2D
rotate
 



Copyright © 1996-2013 FreeHEP. All Rights Reserved.