Gephi Toolkit Javadoc

org.gephi.preview.api
Interface Point


public interface Point

Point interface.

Author:
Jérémy Subtil

Method Summary
 java.lang.Float getX()
          Returns the x coordinate.
 java.lang.Float getY()
          Returns the y coordinate.
 

Method Detail

getX

java.lang.Float getX()
Returns the x coordinate.

Returns:
the x coordinate

getY

java.lang.Float getY()
Returns the y coordinate.

Returns:
the y coordinate

Gephi Toolkit Javadoc