holoedit.gui
Class ScoreGUI.ScorePoint

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.geom.Point2D.Float
          extended by holoedit.gui.ScoreGUI.ScorePoint
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
ScoreGUI

public class ScoreGUI.ScorePoint
extends java.awt.geom.Point2D.Float


Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Point2D
java.awt.geom.Point2D.Double, java.awt.geom.Point2D.Float
 
Field Summary
 
Fields inherited from class java.awt.geom.Point2D.Float
x, y
 
Constructor Summary
ScoreGUI.ScorePoint(float x, float y)
           
 
Method Summary
(package private)  float getDate()
           
(package private)  float getVal()
           
 
Methods inherited from class java.awt.geom.Point2D.Float
getX, getY, setLocation, setLocation, toString
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScoreGUI.ScorePoint

ScoreGUI.ScorePoint(float x,
                    float y)
Method Detail

getDate

float getDate()

getVal

float getVal()