holoedit.gui
Class TimeEditorGUI.CurvePoint

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

public class TimeEditorGUI.CurvePoint
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
TimeEditorGUI.CurvePoint(float x, float y)
           
 
Method Summary
 float getDate()
           
 float getVal()
           
 void shift(float date)
           
 
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

TimeEditorGUI.CurvePoint

TimeEditorGUI.CurvePoint(float x,
                         float y)
Method Detail

getDate

public float getDate()

getVal

public float getVal()

shift

public void shift(float date)