Class Point2D
- java.lang.Object
-
- org.uberfire.ext.wires.core.trees.client.layout.treelayout.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 Summary
Constructors Modifier Constructor Description protectedPoint2D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetX()doublegetY()voidsetLocation(double x, double y)
-