Uses of Class
t3.hrd.state.ScaRotTraTransformImmutableUniformScale

Packages that use ScaRotTraTransformImmutableUniformScale
t3.portfolios   
 

Uses of ScaRotTraTransformImmutableUniformScale in t3.portfolios
 

Fields in t3.portfolios declared as ScaRotTraTransformImmutableUniformScale
 ScaRotTraTransformImmutableUniformScale AnimatorJobsThread.AnimationJob.finalPORTtoPPORT
           
 ScaRotTraTransformImmutableUniformScale AnimatorJobsThread.AnimationJob.initialPORTtoPPORT
           
 

Methods in t3.portfolios that return ScaRotTraTransformImmutableUniformScale
 ScaRotTraTransformImmutableUniformScale Portfolio.gettPORTtoDESK()
          Returns the transform from this portfolio's coordinate space to the display surface's coordinate space.
 ScaRotTraTransformImmutableUniformScale Portfolio.gettPORTtoPPORT()
          Returns the transform from this portfolio's coordinate space to its parent portfolio's coordinate space.
 

Methods in t3.portfolios with parameters of type ScaRotTraTransformImmutableUniformScale
 void Portfolio.setPORTtoDESK(ScaRotTraTransformImmutableUniformScale tPORTtoDESK)
          Set this portfolio's coordinate space as a scaled, rotated and translated version of the display surface's coordinate space.
 void Portfolio.setPORTtoPPORT(ScaRotTraTransformImmutableUniformScale tPORTtoPPORT)
          Set this portfolio's coordinate space as a scaled, rotated and translated version of the its parent portfolio's coordinate space.
 

Constructors in t3.portfolios with parameters of type ScaRotTraTransformImmutableUniformScale
AnimatorJobsThread.AnimationJob(Portfolio p, ScaRotTraTransformImmutableUniformScale finalPORTtoPPORT)