- java.lang.Object
-
- org.jfree.chart.text.AttributedStringUtils
-
public class AttributedStringUtils extends Object
Some utility methods for working withAttributedStringobjects.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanequal(AttributedString s1, AttributedString s2)Tests two attributed strings for equality.
-
-
-
Method Detail
-
equal
public static boolean equal(AttributedString s1, AttributedString s2)
Tests two attributed strings for equality.- Parameters:
s1- string 1 (nullpermitted).s2- string 2 (nullpermitted).- Returns:
trueifs1ands2are equal or bothnull, andfalseotherwise.
-
-