TreeMap Java Library

Uses of Interface
treemap.TMComputeSize

Packages that use TMComputeSize
treemap   
treemap.demo   
 

Uses of TMComputeSize in treemap
 

Classes in treemap that implement TMComputeSize
 class TMComputeSizeAdapter
          The TMComputeSizeAdapter class implements a adapter for the TMComputeSize interface for users of the TMModelNode interface.
 

Methods in treemap with parameters of type TMComputeSize
 void TMView.changeTMComputeSize(TMComputeSize cSize)
          Changes the TMComputeSize object used to compute the sizings of TMNodes.
 TMView TreeMap.getView(TMComputeSize cSize, TMComputeDraw cDraw)
          Returns a view of the treemap with the given renderers.
 

Constructors in treemap with parameters of type TMComputeSize
TMExceptionBadTMNodeKind(TMComputeSize cSize, TMNode tNode)
          Constructor.
 

Uses of TMComputeSize in treemap.demo
 

Classes in treemap.demo that implement TMComputeSize
 class TMFileModelSize
          The TMFileModelSize class implements an example of a TMComputeSizeAdapter for a TMFileModelNode.
 class TMFileSize
          The TMFileSize class implements an example of a TMComputeSize for a TMFileNode.
 class TMFileSizeDate
          The TMFileSizeDate class implements an example of a TMComputeSize for a TMFileNode.
 


TreeMap Java Library

TreeMap Java Library - www.bouthier.net - treemap.sf.net - 2001