|
Multivalent API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectphelps.awt.geom.Rectangles2D
Extensions to Rectangle2D
.
pretty(Rectangle2D)
.
Note that a Rectangle
is a subclass of Rectangle2D
.
Method Summary | |
---|---|
java.awt.geom.Rectangle2D |
parse(java.lang.String line)
|
static java.lang.String |
pretty(java.awt.geom.Rectangle2D r)
Compact output for a Rectangle: widthxheight @ (x,y) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.awt.geom.Rectangle2D parse(java.lang.String line)
public static java.lang.String pretty(java.awt.geom.Rectangle2D r)
widthxheight @ (x,y)
.
|
Multivalent API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |