|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.util.PaintUtils
PaintUtilities
.
public abstract class PaintUtils
Utility code that relates to Paint
objects.
Constructor Summary | |
---|---|
PaintUtils()
Deprecated. |
Method Summary | |
---|---|
static boolean |
equal(java.awt.Paint p1,
java.awt.Paint p2)
Deprecated. 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 PaintUtils()
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 |