Uses of Class
sddl.hierarchy.RefPoint

Packages that use RefPoint
sddl.hierarchy   
 

Uses of RefPoint in sddl.hierarchy
 

Methods in sddl.hierarchy that return RefPoint
 RefPoint RefPoint.copy()
          Returns a copy of this Point
 RefPoint Circle.getAnglePoint(Drawing d, double angle)
          Returns the point of the circle at angle angle
 RefPoint Rectangle.getEast(Drawing d)
          Returns the eastern point in the rectangle
 RefPoint Rectangle.getNorth(Drawing d)
          Returns the northern point in the rectangle
 RefPoint Rectangle.getNortheast(Drawing d)
          Returns the northeastern point in the rectangle
 RefPoint Rectangle.getNorthwest(Drawing d)
          Returns the northwestern point in the rectangle
 RefPoint Rectangle.getSouth(Drawing d)
          Returns the southern point in the rectangle
 RefPoint Rectangle.getSoutheast(Drawing d)
          Returns the southeastern point in the rectangle
 RefPoint Rectangle.getSouthwest(Drawing d)
          Returns the southwestern point in the rectangle
 RefPoint Rectangle.getWest(Drawing d)
          Returns the western point in the rectangle