KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > geom > Point2D.Float

java.awt.geom
Class Point2D.Float

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.geom.Point2D.Float
All Implemented Interfaces:
Cloneable
Enclosing class:
Point2D
See Also:
Source Code

public double getX()
See Also:
Point2D
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public double getY()
See Also:
Point2D
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Point2D.Float()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Point2D.Float(float x,
                     float y)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLocation(double x,
                        double y)
See Also:
Point2D
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setLocation(float x,
                        float y)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float x
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float y
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags