Package org.jfree.util
Class AttributedStringUtilities
java.lang.Object
org.jfree.util.AttributedStringUtilities
Some utility methods for working with
AttributedString objects.- Author:
- David Gilbert
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanequal(AttributedString s1, AttributedString s2) Tests two attributed strings for equality.
-
Method Details
-
equal
Tests two attributed strings for equality.- Parameters:
s1- string 1 (nullpermitted).s2- string 2 (nullpermitted).- Returns:
trueifs1ands2are equal or bothnull, andfalseotherwise.
-