org.jfree.ui
public final class Layer extends Object implements Serializable
| Field Summary | |
|---|---|
| static Layer | BACKGROUND Background. |
| static Layer | FOREGROUND Foreground. |
| Method Summary | |
|---|---|
| boolean | equals(Object o)
Returns true if this object is equal to the specified
object, and false otherwise.
|
| int | hashCode()
Returns a hash code value for the object.
|
| String | toString()
Returns a string representing the object.
|
true if this object is equal to the specified
object, and false otherwise.
Parameters: o the other object.
Returns: A boolean.
Returns: the hashcode
Returns: The string.