Multivalent API

phelps.awt.geom
Class Points2D

java.lang.Object
  extended by phelps.awt.geom.Points2D

public class Points2D
extends java.lang.Object

Extensions to Point2D.

Note that a Point is a subclass of Point2D.

Version:
$Revision$ $Date$

Method Summary
static java.lang.String pretty(java.awt.geom.Point2D p)
          Compact output for a Point: x,y.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

pretty

public static java.lang.String pretty(java.awt.geom.Point2D p)
Compact output for a Point: x,y.


Multivalent API