Point2D
JDK Doc(JAVA)Download this dictionary
Point2D
- class java.awt.geom..Point2D 
public abstract class Point2D extends Object implements Cloneable 
Tree:java.lang.Object - java.awt.geom.Point2D
The Point2D class defines a point representing a location in (x, y) coordinate space.
 
Point2D()
- Constructor for class java.awt.geom.Point2D 
protected Point2D ()
This is an abstract class that cannot be instantiated directly. Type-specific implementation subclasses are available for instantiation and provide a number of formats for storing the information necessary to satisfy the various accessor methods below.See Also:  Point2D.Float , Point2D.Double , Point


| Point2D in English