libgdx API

Uses of Class
com.badlogic.gdx.math.Rectangle

Packages that use Rectangle
com.badlogic.gdx.graphics.g2d   
com.badlogic.gdx.math   
com.badlogic.gdx.scenes.scene2d   
com.badlogic.gdx.scenes.scene2d.ui   
com.badlogic.gdx.scenes.scene2d.ui.utils   
 

Uses of Rectangle in com.badlogic.gdx.graphics.g2d
 

Methods in com.badlogic.gdx.graphics.g2d that return Rectangle
 Rectangle Sprite.getBoundingRectangle()
          Returns the bounding axis aligned Rectangle that bounds this sprite.
 Rectangle PixmapPacker.getRect(java.lang.String name)
           
 Rectangle PixmapPacker.pack(java.lang.String name, Pixmap image)
           Inserts the given Pixmap.
 

Uses of Rectangle in com.badlogic.gdx.math
 

Methods in com.badlogic.gdx.math that return Rectangle
 Rectangle Polygon.getBoundingRectangle()
           
 

Methods in com.badlogic.gdx.math with parameters of type Rectangle
 boolean Rectangle.contains(Rectangle rectangle)
           
static boolean Intersector.intersectRectangles(Rectangle a, Rectangle b)
          Returns wheter the two rectangles intersect
 void Rectangle.merge(Rectangle rect)
          Merges this rectangle with the other rectangle.
static boolean Intersector.overlapCircleRectangle(Circle c, Rectangle r)
           
static boolean Intersector.overlapRectangles(Rectangle r1, Rectangle r2)
           
 boolean Rectangle.overlaps(Rectangle rectangle)
           
 void Rectangle.set(Rectangle rect)
          Sets the values of the given rectangle to this rectangle.
 

Constructors in com.badlogic.gdx.math with parameters of type Rectangle
Rectangle(Rectangle rect)
          Constructs a rectangle based on the given rectangle
 

Uses of Rectangle in com.badlogic.gdx.scenes.scene2d
 

Fields in com.badlogic.gdx.scenes.scene2d declared as Rectangle
protected  Rectangle Group.cullingArea
           
 

Methods in com.badlogic.gdx.scenes.scene2d with parameters of type Rectangle
 void Cullable.setCullingArea(Rectangle cullingArea)
           
 void Group.setCullingArea(Rectangle cullingArea)
           
 

Uses of Rectangle in com.badlogic.gdx.scenes.scene2d.ui
 

Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Rectangle
 void List.setCullingArea(Rectangle cullingArea)
           
 

Uses of Rectangle in com.badlogic.gdx.scenes.scene2d.ui.utils
 

Methods in com.badlogic.gdx.scenes.scene2d.ui.utils that return Rectangle
static Rectangle ScissorStack.getViewport()
           
 

Methods in com.badlogic.gdx.scenes.scene2d.ui.utils with parameters of type Rectangle
static void ScissorStack.calculateScissors(Camera camera, Matrix4 batchTransform, Rectangle area, Rectangle scissor)
          Calculates a scissor rectangle in OpenGL ES window coordinates from a Camera, a transformation Matrix4 and an axis aligned Rectangle.
static boolean ScissorStack.pushScissors(Rectangle scissor)
          Pushes a new scissor Rectangle onto the stack, merging it with the current top of the stack.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)