All Packages Class Hierarchy This Package Previous Next Index
Class benno.globe.LabelPlane
java.lang.Object
|
+----benno.globe.LabelPlane
- public class LabelPlane
- extends Object
This object stores details about where on a plane labels have already
been placed.
- Version:
- $Revision: 1.4 $
- Author:
- Ben Clifford
-
LabelPlane()
-
-
allocate(Rectangle, Object)
-
-
checkAllocated(Rectangle)
-
-
getAnnotationFor(Point)
-
LabelPlane
public LabelPlane()
checkAllocated
public boolean checkAllocated(Rectangle region)
getAnnotationFor
public Object getAnnotationFor(Point p)
allocate
public void allocate(Rectangle region,
Object annotation)
All Packages Class Hierarchy This Package Previous Next Index