|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.util.AttributedStringUtilities
public class AttributedStringUtilities
Some utility methods for working with AttributedString
objects.
Method Summary | |
---|---|
static boolean |
equal(java.text.AttributedString s1,
java.text.AttributedString s2)
Tests two attributed strings for equality. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean equal(java.text.AttributedString s1, java.text.AttributedString s2)
s1
- string 1 (null
permitted).s2
- string 2 (null
permitted).
true
if s1
and s2
are
equal or both null
, and false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |