Uses of Class
ar.edu.unr.fceia.bottallo.Point

Uses of Point in ar.edu.unr.fceia.bottallo
 

Methods in ar.edu.unr.fceia.bottallo that return Point
protected  Point Dimension.getPointA()
          Get the A-point of the grafical object
protected  Point Dimension.getPointB()
          Get the B-point of the grafical object
protected  Point Dimension.getPointC()
          Get the C-point of the grafical object
protected  Point Dimension.getPointD()
          Get the D-point of the grafical object
 

Methods in ar.edu.unr.fceia.bottallo with parameters of type Point
protected static boolean Point.condA(Point p, Point q)
          Check the relative positions of the left-top point of two elements
protected static boolean Point.condB(Point p, Point q)
          Check the relative positions of the right-top point of two elements
protected static boolean Point.condC(Point p, Point q)
          Check the relative positions of the left-down point of two elements
protected static boolean Point.condD(Point p, Point q)
          Check the relative positions of the right-down point of two elements
protected static boolean Dimension.pointIn(Point p, Dimension dim)
          Check if a point pertains to a grafical object (i.e. is inside the dimensio of a graphical object)