PulpCore

Uses of Class
pulpcore.math.Transform

Packages that use Transform
pulpcore Provides basic classes necessary for PulpCore apps, including input, asset management, and scene management. 
pulpcore.image Provides classes for images, fonts, and graphic rendering. 
pulpcore.math Provides classes for arithmetic and geometry. 
 

Uses of Transform in pulpcore
 

Methods in pulpcore that return Transform
static Transform Stage.getDefaultTransform()
           
 

Uses of Transform in pulpcore.image
 

Methods in pulpcore.image that return Transform
 Transform CoreGraphics.getTransform()
          Returns the current transform.
 

Methods in pulpcore.image with parameters of type Transform
 void CoreGraphics.setTransform(Transform newTransform)
          Sets the current transform to a copy of the specified transform.
 

Uses of Transform in pulpcore.math
 

Methods in pulpcore.math with parameters of type Transform
 void Transform.concatenate(Transform transform)
           
 void Transform.preConcatenate(Transform transform)
           
 void Transform.set(Transform transform)
          Sets this transform to a copy of specified transform.
 

Constructors in pulpcore.math with parameters of type Transform
Transform(Transform transform)
           
 


PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.