Package gpl.contour
Class GPLContourPoint
java.lang.Object
java.awt.geom.Point2D
java.awt.Point
gpl.contour.GPLContourPoint
- All Implemented Interfaces:
 Serializable,Cloneable
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class java.awt.geom.Point2D
Point2D.Double, Point2D.Float - 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionGPLContourPoint(int x, int y, double signalExcess, double energy) GPLContourPoint(Point p, double signalExcess, double energy)  - 
Method Summary
Methods inherited from class java.awt.Point
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, toString, translateMethods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocation 
- 
Field Details
- 
signalExcess
public double signalExcess - 
totalEnergy
public double totalEnergy 
 - 
 - 
Constructor Details
- 
GPLContourPoint
 - 
GPLContourPoint
public GPLContourPoint(int x, int y, double signalExcess, double energy)  
 - 
 - 
Method Details
- 
getSignalExcess
public double getSignalExcess()- Returns:
 - the point amplitude
 
 - 
setSignalExcess
public void setSignalExcess(double signalExcess) - Parameters:
 amplitude- the point energy to set
 - 
getTotalEnergy
public double getTotalEnergy()- Returns:
 - the totalEnergy
 
 
 -