Uses of Class
ch.aplu.android.GGRectangle

Packages that use GGRectangle
ch.aplu.android Package of the JDroidLib framework for developing Android applications with a focus on gaming and simulations. 
 

Uses of GGRectangle in ch.aplu.android
 

Methods in ch.aplu.android that return GGRectangle
 GGRectangle GGRectangle.clone()
          Returns a new rectangle with same vertices and egdes as the original.
 

Methods in ch.aplu.android with parameters of type GGRectangle
 boolean GGRectangle.isEqual(GGRectangle rect)
          Returns true, if the current rectangle is identical to the given rectangle.
 boolean GGCircle.isIntersecting(GGRectangle rect)
          Returns true if the current circle intersects with the given rectangle.
 boolean GGRectangle.isIntersecting(GGRectangle rect)
          Returns true if the current rectangle intersects with the given rectangle.
 

Constructors in ch.aplu.android with parameters of type GGRectangle
GGRectangle(GGRectangle rect)
          Creates a new GGRectangle from given GGRectangle.