JavaScript is disabled on your browser.
Uberfire Wires :: Trees 7.39.0.Final-redhat-00007
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 and Description
protected
Point2D ()
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
Point2D
protected Point2D()
Method Detail
getX
public double getX()
getY
public double getY()
Uberfire Wires :: Trees 7.39.0.Final-redhat-00007
Copyright © 2012–2020 JBoss by Red Hat . All rights reserved.