TreeMap Java Library

Uses of Interface
treemap.TMComputeDraw

Packages that use TMComputeDraw
treemap   
treemap.demo   
 

Uses of TMComputeDraw in treemap
 

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

Methods in treemap with parameters of type TMComputeDraw
 void TMView.changeTMComputeDraw(TMComputeDraw cDraw)
          Changes the TMComputeDraw object used to compute the drawings 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 TMComputeDraw
TMExceptionBadTMNodeKind(TMComputeDraw cDraw, TMNode tNode)
          Constructor.
 

Uses of TMComputeDraw in treemap.demo
 

Classes in treemap.demo that implement TMComputeDraw
 class TMFileDraw
          The TMFileDraw class implements an example of a TMComputeDraw for a TMFileNode.
 class TMFileDrawPattern
          The TMFileDrawPattern implements a example of renderer for TMFileNode.
 class TMFileModelDraw
          The TMFileModelDraw class implements an example of a TMComputeDrawAdapter for a TMFileModelNode.
 


TreeMap Java Library

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