| java.lang.Object org.jfree.ui.Layer
Layer | final public class Layer implements Serializable(Code) | | Used to indicate either the foreground or background layer.
author: David Gilbert |
Method Summary | |
public boolean | equals(Object o) Returns true if this object is equal to the specified
object, and false otherwise.
Parameters: o - the other object. | public int | hashCode() Returns a hash code value for the object. | public String | toString() Returns a string representing the object. |
BACKGROUND | final public static Layer BACKGROUND(Code) | | Background.
|
FOREGROUND | final public static Layer FOREGROUND(Code) | | Foreground.
|
equals | public boolean equals(Object o)(Code) | | Returns true if this object is equal to the specified
object, and false otherwise.
Parameters: o - the other object. A boolean. |
hashCode | public int hashCode()(Code) | | Returns a hash code value for the object.
the hashcode |
toString | public String toString()(Code) | | Returns a string representing the object.
The string. |
|
|