|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.util.PaintUtilities
Utility code that relates to Paint
objects.
Constructor Summary | |
PaintUtilities()
|
Method Summary | |
static boolean |
equal(java.awt.Paint p1,
java.awt.Paint p2)
Returns true if the two Paint objects are equal
OR both null . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PaintUtilities()
Method Detail |
public static boolean equal(java.awt.Paint p1, java.awt.Paint p2)
true
if the two Paint
objects are equal
OR both null
.
p1
- paint 1.p2
- paint 2.
true
or false
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |