Uses of Class
moagg.types.math.Point

Packages that use Point
moagg.level.xml.data   
moagg.model.level   
moagg.types.math   
moagg.util   
moagg.util.math   
 

Uses of Point in moagg.level.xml.data
 

Methods in moagg.level.xml.data that return Point
 Point LevelData.getStartPosition()
           
 

Methods in moagg.level.xml.data with parameters of type Point
 void LevelData.setStartPosition(Point startPosition)
           
 

Uses of Point in moagg.model.level
 

Methods in moagg.model.level that return Point
 Point Level.getStartPosition()
           
 

Methods in moagg.model.level with parameters of type Point
 void Level.setStartPosition(Point startPosition)
           
 

Uses of Point in moagg.types.math
 

Methods in moagg.types.math that return Point
static Point Point.add(Point p1, Point p2)
           
 Point Rectangle.getCenter()
           
static Point Point.sub(Point p1, Point p2)
           
 

Methods in moagg.types.math with parameters of type Point
 void Point.add(Point p)
           
static Point Point.add(Point p1, Point p2)
           
 boolean Rectangle.contains(Point point)
           
 void Point.sub(Point p)
           
static Point Point.sub(Point p1, Point p2)
           
 

Constructors in moagg.types.math with parameters of type Point
Point(Point p)
           
Vector(Point p)
           
 

Uses of Point in moagg.util
 

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

Uses of Point in moagg.util.math
 

Methods in moagg.util.math with parameters of type Point
static double AngleUtil.getAngle(Point p1, Point p2)
          Calculates the angle between p1 and p2.
 



Copyright © 2008. All Rights Reserved.