Uses of Class
moagg.types.math.Rectangle

Packages that use Rectangle
moagg.artwork.object   
moagg.game.control   
moagg.game.control.handler   
moagg.game.level.applet   
moagg.model.object   
moagg.model.object.sprite   
moagg.types.math   
moagg.util   
moagg.util.math   
 

Uses of Rectangle in moagg.artwork.object
 

Methods in moagg.artwork.object that return Rectangle
protected  Rectangle AbstractControllableImageFactory.calculateLandingZone(java.awt.image.BufferedImage image)
           
 Rectangle MissileImageFactory.getLandingZone()
           
 Rectangle ShipImageFactory.getLandingZone(int shipType)
           
 

Uses of Rectangle in moagg.game.control
 

Methods in moagg.game.control with parameters of type Rectangle
 void GameControl.addFriction(Rectangle r, double friction)
          This method shall be used to change the friction matrix of the playground.
 void AbstractGameControlImpl.addFriction(Rectangle r, double friction)
           
 void GameControl.addGravity(Rectangle r, Vector gravity)
          This method shall be used to change the gravity matrix of the playground.
 void AbstractGameControlImpl.addGravity(Rectangle r, Vector gravity)
           
 void GameControl.addStreamSpeed(Rectangle r, Vector stream)
          This method shall be used to change the stream speed matrix of the playground.
 void AbstractGameControlImpl.addStreamSpeed(Rectangle r, Vector stream)
           
 

Uses of Rectangle in moagg.game.control.handler
 

Methods in moagg.game.control.handler that return Rectangle
protected  Rectangle GravityUpdateHandler.getGravityRectangle(Magnet magnet)
           
 

Uses of Rectangle in moagg.game.level.applet
 

Methods in moagg.game.level.applet that return Rectangle
 Rectangle Applet.getPosition()
           
 Rectangle AbstractApplet.getPosition()
           
 

Uses of Rectangle in moagg.model.object
 

Methods in moagg.model.object that return Rectangle
 Rectangle MoaggGameObject.getPositionRectangle()
           
 

Uses of Rectangle in moagg.model.object.sprite
 

Methods in moagg.model.object.sprite that return Rectangle
 Rectangle Ship.getLandingZone()
           
 Rectangle Platform.getLandingZone()
           
 Rectangle AbstractMoaggSprite.getPositionRectangle()
           
 Rectangle AbstractMoaggAnimatedSprite.getPositionRectangle()
           
 

Uses of Rectangle in moagg.types.math
 

Methods in moagg.types.math that return Rectangle
 Rectangle Rectangle.intersect(Rectangle other)
           
 

Methods in moagg.types.math with parameters of type Rectangle
 void Matrix.add(Rectangle r, double value)
           
 boolean Rectangle.contains(Rectangle other)
           
 Rectangle Rectangle.intersect(Rectangle other)
           
 void Matrix.set(Rectangle r, double value)
           
 

Constructors in moagg.types.math with parameters of type Rectangle
Rectangle(Rectangle other)
           
 

Uses of Rectangle in moagg.util
 

Methods in moagg.util with parameters of type Rectangle
static void ArrayTool.copy(int[] src, int sw, Rectangle sr, int[] dst, int dw, Point dp)
          src sw dst dw . . . . . => . . . . . . . sr--+ . . . dp--+ . . +---+ . . . +---+ . . . . . . . . . . . . . . . . . .
 

Uses of Rectangle in moagg.util.math
 

Methods in moagg.util.math with parameters of type Rectangle
static double AngleUtil.getAngle(Rectangle r1, Rectangle r2)
          Calculates the angle between the centers of r2 and r1.
 



Copyright © 2008. All Rights Reserved.