org.jfree.ui

Class Layer

public final class Layer extends Object implements Serializable

Used to indicate either the foreground or background layer.

Author: David Gilbert

Field Summary
static LayerBACKGROUND
Background.
static LayerFOREGROUND
Foreground.
Method Summary
booleanequals(Object o)
Returns true if this object is equal to the specified object, and false otherwise.
inthashCode()
Returns a hash code value for the object.
StringtoString()
Returns a string representing the object.

Field Detail

BACKGROUND

public static final Layer BACKGROUND
Background.

FOREGROUND

public static final Layer FOREGROUND
Foreground.

Method Detail

equals

public boolean equals(Object o)
Returns true if this object is equal to the specified object, and false otherwise.

Parameters: o the other object.

Returns: A boolean.

hashCode

public int hashCode()
Returns a hash code value for the object.

Returns: the hashcode

toString

public String toString()
Returns a string representing the object.

Returns: The string.