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

Constructor Index

 o LabelPlane()

Method Index

 o allocate(Rectangle, Object)
 o checkAllocated(Rectangle)
 o getAnnotationFor(Point)

Constructors

 o LabelPlane
 public LabelPlane()

Methods

 o checkAllocated
 public boolean checkAllocated(Rectangle region)
 o getAnnotationFor
 public Object getAnnotationFor(Point p)
 o allocate
 public void allocate(Rectangle region,
                      Object annotation)

All Packages  Class Hierarchy  This Package  Previous  Next  Index