Class DendrogramVisualization.HalfWidthPositions

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double[] xxy
      Compact storage of positions.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private HalfWidthPositions​(int size)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double combine​(int o1, int o2, double y3, int o3)
      Combine two objects, and return the new X coordinate.
      double getX​(int o)
      Get the X coordinate of an object.
      double getY​(int o)
      Get the Y coordinate of an object.
      void set​(int off, double d, double height)
      Set the initial position
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait