| java.lang.Object org.jfree.util.AttributedStringUtilities
AttributedStringUtilities | public class AttributedStringUtilities (Code) | | Some utility methods for working with AttributedString objects.
author: David Gilbert |
Method Summary | |
public static boolean | equal(AttributedString s1, AttributedString s2) Tests two attributed strings for equality.
Parameters: s1 - string 1 (null permitted). Parameters: s2 - string 2 (null permitted). |
equal | public static boolean equal(AttributedString s1, AttributedString s2)(Code) | | Tests two attributed strings for equality.
Parameters: s1 - string 1 (null permitted). Parameters: s2 - string 2 (null permitted). true if s1 and s2 areequal or both null , and false otherwise. |
|
|