Package org.jfree.ui
Class Layer
java.lang.Object
org.jfree.ui.Layer
- All Implemented Interfaces:
Serializable
Used to indicate either the foreground or background layer.
- Author:
- David Gilbert
- See Also:
-
Field Details
-
FOREGROUND
Foreground. -
BACKGROUND
Background.
-
-
Method Details
-
toString
Returns a string representing the object. -
equals
Returnstrue
if this object is equal to the specified object, andfalse
otherwise. -
hashCode
Returns a hash code value for the object.
-