Class HeightInformationUser


  • public final class HeightInformationUser
    extends java.lang.Object

    Title: HeightInformationUser

    Description: Something that uses height information

    Version:
    1.0
    Author:
    Matthew Goode
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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()