public final class LayoutPoint extends Object
Module: layout-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>layout-api</artifactId>
</dependency>| Constructor and Description |
|---|
LayoutPoint(double x,
double y)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getX()
Returns the X location of the point.
|
double |
getY()
Returns the Y location of the point.
|
Copyright 2011 Cytoscape Consortium. All rights reserved.