Uses of Class
de.matthiasmann.twl.Rect

Packages that use Rect
de.matthiasmann.twl   
de.matthiasmann.twl.renderer   
de.matthiasmann.twl.renderer.lwjgl   
de.matthiasmann.twl.utils   
 

Uses of Rect in de.matthiasmann.twl
 

Subclasses of Rect in de.matthiasmann.twl
 class MouseSensitiveRectangle
          A rectangle that can sense the mouse :)
 

Methods in de.matthiasmann.twl that return Rect
 Rect TextArea.getElementRect(TextAreaModel.Element element)
           
 

Methods in de.matthiasmann.twl with parameters of type Rect
 void Rect.intersect(Rect other)
          Computes the intersection of this rectangle with the other rectangle.
 void Rect.set(Rect src)
           
 

Constructors in de.matthiasmann.twl with parameters of type Rect
Rect(Rect src)
           
 

Uses of Rect in de.matthiasmann.twl.renderer
 

Methods in de.matthiasmann.twl.renderer with parameters of type Rect
 void Renderer.clipEnter(Rect rect)
          Enters a clip region.
 

Uses of Rect in de.matthiasmann.twl.renderer.lwjgl
 

Fields in de.matthiasmann.twl.renderer.lwjgl declared as Rect
protected  Rect LWJGLRenderer.clipRectTemp
           
 

Methods in de.matthiasmann.twl.renderer.lwjgl with parameters of type Rect
 void LWJGLRenderer.clipEnter(Rect rect)
           
 boolean LWJGLRenderer.getClipRect(Rect rect)
          Retrieves the active clip region from the top of the stack
 

Uses of Rect in de.matthiasmann.twl.utils
 

Subclasses of Rect in de.matthiasmann.twl.utils
protected static class ClipStack.Entry
           
 

Methods in de.matthiasmann.twl.utils with parameters of type Rect
 boolean ClipStack.getClipRect(Rect rect)
          Retrieves the active clip region from the top of the stack
protected  void ClipStack.intersect(Rect tos)
           
 void ClipStack.push(Rect rect)
          Pushes the intersection of the new clip region and the current clip region onto the stack.