com.pyxis.greenhopper.charts
Class Point

java.lang.Object
  extended by com.pyxis.greenhopper.charts.Point
All Implemented Interfaces:
java.lang.Comparable<Point>

public class Point
extends java.lang.Object
implements java.lang.Comparable<Point>


Constructor Summary
Point(double x, double y)
           
 
Method Summary
 int compareTo(Point other)
           
 boolean equals(java.lang.Object other)
           
 double getX()
           
 double getY()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Point

public Point(double x,
             double y)
Method Detail

compareTo

public int compareTo(Point other)
Specified by:
compareTo in interface java.lang.Comparable<Point>

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getX

public double getX()

getY

public double getY()


Copyright © 2007-2013 Atlassian. All Rights Reserved.