treemap
Interface MapModel

All Known Implementing Classes:
SimpleMapModel, TreeModel

public interface MapModel

Model object used by MapLayout to represent data for a treemap.


Method Summary
 Mappable[] getItems()
          Get the list of items in this model.
 

Method Detail

getItems

Mappable[] getItems()
Get the list of items in this model.

Returns:
An array of the Mappable objects in this MapModel.