Uses of Class
com.threerings.opengl.gui.util.Rectangle

Packages that use Rectangle
com.threerings.opengl.camera   
com.threerings.opengl.gui User interface classes. 
com.threerings.opengl.gui.util   
com.threerings.opengl.renderer   
com.threerings.tudey.client.util   
com.threerings.tudey.config Tudey configurations. 
com.threerings.tudey.data Tudey data. 
com.threerings.tudey.tools Tudey tools. 
com.threerings.tudey.util   
 

Uses of Rectangle in com.threerings.opengl.camera
 

Methods in com.threerings.opengl.camera that return Rectangle
 Rectangle Camera.getViewport()
          Returns a reference to the camera viewport.
 

Uses of Rectangle in com.threerings.opengl.gui
 

Methods in com.threerings.opengl.gui that return Rectangle
 Rectangle Component.getBounds()
          Returns the bounds of this component in a new rectangle.
 

Uses of Rectangle in com.threerings.opengl.gui.util
 

Methods in com.threerings.opengl.gui.util that return Rectangle
 Rectangle Rectangle.intersect(Rectangle other)
          Computes the intersection of this rectangle and the specified other.
 Rectangle Rectangle.intersect(Rectangle other, Rectangle result)
          Computes the intersection of this rectangle and the specified other, placing the result in the object provided.
 Rectangle Rectangle.intersectLocal(Rectangle other)
          Computes the intersection in-place of this rectangle and the specified other.
 Rectangle Rectangle.set(int x, int y, int width, int height)
          Sets the fields of this rectangle.
 Rectangle Rectangle.set(Rectangle other)
          Sets the state of this rectangle to that of the specified other.
 

Methods in com.threerings.opengl.gui.util with parameters of type Rectangle
 Rectangle Rectangle.intersect(Rectangle other)
          Computes the intersection of this rectangle and the specified other.
 Rectangle Rectangle.intersect(Rectangle other, Rectangle result)
          Computes the intersection of this rectangle and the specified other, placing the result in the object provided.
 Rectangle Rectangle.intersectLocal(Rectangle other)
          Computes the intersection in-place of this rectangle and the specified other.
 Rectangle Rectangle.set(Rectangle other)
          Sets the state of this rectangle to that of the specified other.
 

Constructors in com.threerings.opengl.gui.util with parameters of type Rectangle
Rectangle(Rectangle other)
          Copy constructor.
 

Uses of Rectangle in com.threerings.opengl.renderer
 

Methods in com.threerings.opengl.renderer that return Rectangle
 Rectangle Renderer.getScissor()
          Returns a reference to the scissor box, or null if scissor testing is disabled.
 Rectangle Renderer.getViewport()
          Returns the current viewport state.
 

Methods in com.threerings.opengl.renderer with parameters of type Rectangle
 void Renderer.setScissor(Rectangle box)
          Sets the scissor box.
 void Renderer.setViewport(Rectangle viewport)
          Sets the viewport state.
 

Uses of Rectangle in com.threerings.tudey.client.util
 

Methods in com.threerings.tudey.client.util that return Rectangle
 Rectangle RectangleElement.getRegion()
          Returns a reference to the outlined region.
 

Uses of Rectangle in com.threerings.tudey.config
 

Methods in com.threerings.tudey.config with parameters of type Rectangle
 void TileConfig.Original.getRegion(int x, int y, int rotation, Rectangle result)
          Finds the region covered by the tile at the specified coordinates.
 

Uses of Rectangle in com.threerings.tudey.data
 

Methods in com.threerings.tudey.data with parameters of type Rectangle
 void TudeySceneModel.TileEntry.getRegion(TileConfig.Original config, Rectangle result)
          Populates the supplied rectangle with the region covered by this tile.
 void TudeySceneModel.getTileEntries(Rectangle region, Collection<TudeySceneModel.TileEntry> results)
          Retrieves all of the tile entries intersecting the supplied region.
 

Uses of Rectangle in com.threerings.tudey.tools
 

Methods in com.threerings.tudey.tools with parameters of type Rectangle
 void SceneEditor.setPaint(Rectangle region, TudeySceneModel.Paint paint)
           
 

Constructors in com.threerings.tudey.tools with parameters of type Rectangle
EntryEdit(TudeySceneModel scene, int id, int layer, Rectangle region, TudeySceneModel.Paint paint)
          Creates and applies a new paint edit.
 

Uses of Rectangle in com.threerings.tudey.util
 

Methods in com.threerings.tudey.util that return Rectangle
 Rectangle CoordSet.getLargestRegion(Rectangle result)
          Finds the largest covered region of this set and stores it in the provided rectangle.
 

Methods in com.threerings.tudey.util with parameters of type Rectangle
 boolean CoordSet.addAll(Rectangle region)
          Adds all of the coordinates in the specified region.
 boolean CoordSet.containsAll(Rectangle region)
          Determines whether the set contains all of the coordinates in the specified region.
 Rectangle CoordSet.getLargestRegion(Rectangle result)
          Finds the largest covered region of this set and stores it in the provided rectangle.
static void TudeySceneMetrics.getTileRegion(int width, int height, int x, int y, int rotation, Rectangle result)
          Finds the region covered by a tile with the specified dimensions at the supplied coordinates with the given rotation.
 boolean CoordSet.removeAll(Rectangle region)
          Removes all of the coordinates in the specified region.
 void EntryManipulator.setPaint(Rectangle region, TudeySceneModel.Paint paint)
          Sets or clears the paint for a region in the scene.
 

Constructors in com.threerings.tudey.util with parameters of type Rectangle
CoordSet(Rectangle region)
          Creates a coord set containing all of the coordinates in the supplied region.
 



Copyright © 2011. All Rights Reserved.