Package org.jfree.ui
Class Layer
- java.lang.Object
-
- org.jfree.ui.Layer
-
- All Implemented Interfaces:
Serializable
public final class Layer extends Object implements Serializable
Used to indicate either the foreground or background layer.- Author:
- David Gilbert
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Layer
BACKGROUND
Background.static Layer
FOREGROUND
Foreground.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Returnstrue
if this object is equal to the specified object, andfalse
otherwise.int
hashCode()
Returns a hash code value for the object.String
toString()
Returns a string representing the object.
-