Java org.jfree.util PaintUtilities fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.util PaintUtilities fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.util PaintUtilities.

The text is from its open source code.

Method

StringcolorToString(final Color c)
Converts a color into a string.
booleanequal(final Paint p1, final Paint p2)
Returns true if the two Paint objects are equal OR both null.
ColorstringToColor(final String value)
Converts a given string into a color.