cz.cuni.amis.pogamut.defcon.utils.quadtree
Class QuadTreeLabeler

Package class diagram package QuadTreeLabeler
java.lang.Object
  extended by cz.cuni.amis.pogamut.defcon.utils.quadtree.QuadTreeLabeler

public class QuadTreeLabeler
extends Object


Constructor Summary
QuadTreeLabeler()
           
 
Method Summary
static QuadTree label(QuadTree tree, IQuadTreeLabelingMethod labeler)
          Labels the quadtree with a given labeling method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuadTreeLabeler

public QuadTreeLabeler()
Method Detail

label

public static QuadTree label(QuadTree tree,
                             IQuadTreeLabelingMethod labeler)
Labels the quadtree with a given labeling method.

Parameters:
tree -
labeler -
Returns:


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.