PulpCore

Uses of Class
pulpcore.math.Rect

Packages that use Rect
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. 
pulpcore.sprite Provides the Sprite class, the ImageSprite class, and a few Sprite-based widgets. 
 

Uses of Rect in pulpcore
 

Methods in pulpcore with parameters of type Rect
static void Stage.setDirtyRectangles(Rect[] dirtyRectangles)
           
static void Stage.setDirtyRectangles(Rect[] dirtyRectangles, int numDirtyRectangles)
           
 

Uses of Rect in pulpcore.image
 

Methods in pulpcore.image that return Rect
 Rect CoreGraphics.getClip()
          Gets the current clip as a newly allocated Rect.
 

Methods in pulpcore.image with parameters of type Rect
 void CoreGraphics.clipRect(Rect r)
          The clip is not affected by the transform.
 void CoreGraphics.getClip(Rect rect)
          Copies the current clip into the specified Rect.
 void CoreGraphics.setClip(Rect r)
          The clip is not affected by the transform.
 

Uses of Rect in pulpcore.math
 

Methods in pulpcore.math that return Rect
 Rect Transform.getBounds(int fw, int fh)
          Gets the fixed-point bounds.
 

Methods in pulpcore.math with parameters of type Rect
 boolean Rect.contains(Rect r)
           
 boolean Transform.getBounds(int fw, int fh, Rect bounds)
          Gets the integer bounds.
 int Rect.getIntersectionCode(Rect r)
          Determines which segments of the specified rectangle are completely or partially inside this rectangle.
 void Rect.intersection(Rect r)
          Sets this rectangle to the intersection of this rectangle and the specified rectangle.
 boolean Rect.intersects(Rect r)
           
 void Rect.setBounds(Rect r)
           
 void Rect.union(Rect r)
          Sets this rectangle to the union of this rectangle and the specified rectangle.
 

Constructors in pulpcore.math with parameters of type Rect
Rect(Rect r)
           
 

Uses of Rect in pulpcore.sprite
 

Methods in pulpcore.sprite that return Rect
 Rect Sprite.getDirtyRect()
          For dirty rectangles - most apps will not need ot call this method directly.
 


PulpCore

Copyright © 2007-2009 Interactive Pulp, LLC.