org.jfree.util
Class AttributedStringUtilities
java.lang.Object
org.jfree.util.AttributedStringUtilities
public class AttributedStringUtilities
- extends Object
Some utility methods for working with AttributedString objects.
- Author:
- David Gilbert
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
equal
public static boolean equal(AttributedString s1,
AttributedString s2)
- Tests two attributed strings for equality.
- Parameters:
s1 - string 1 (null permitted).s2 - string 2 (null permitted).
- Returns:
true if s1 and s2 are
equal or both null, and false
otherwise.
Copyright © 2009-2010 jtstand.com. All Rights Reserved.