Class Point2D


  • public class Point2D
    extends Object
    The original implementation used java.awt.geom.Point2D that is not available for use in GWT. We further could not use Lienzo's Point2D as it is marked as "final" and hence cannot be extended as required by TreeLayout.
    • Constructor Detail

      • Point2D

        protected Point2D()
    • Method Detail

      • setLocation

        public void setLocation​(double x,
                                double y)
      • getX

        public double getX()
      • getY

        public double getY()