|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.util.ShapeUtils
Utility methods for Shape
objects.
Constructor Summary | |
ShapeUtils()
|
Method Summary | |
static java.awt.Shape |
clone(java.awt.Shape shape)
Returns a clone of the specified shape, or null . |
boolean |
equal(java.awt.Polygon p1,
java.awt.Polygon p2)
Tests two polygons for equality. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ShapeUtils()
Method Detail |
public static java.awt.Shape clone(java.awt.Shape shape)
null
.
shape
- the shape to clone.
public boolean equal(java.awt.Polygon p1, java.awt.Polygon p2)
p1
- polygon 1.p2
- polygon 2.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |