pal.treesearch
Class HeightInformationUser

java.lang.Object
  extended by pal.treesearch.HeightInformationUser

public final class HeightInformationUser
extends java.lang.Object

Title: HeightInformationUser

Description: Something that uses height information

Version:
1.0
Author:
Matthew Goode

Constructor Summary
HeightInformationUser()
           
 
Method Summary
 void addHeight(java.lang.String label, double height)
           
 double[] getHeights()
           
 java.lang.String[] getLabels()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeightInformationUser

public HeightInformationUser()
Method Detail

addHeight

public void addHeight(java.lang.String label,
                      double height)

getLabels

public java.lang.String[] getLabels()

getHeights

public double[] getHeights()