org.jfree.chart.block

Class LengthConstraintType

Implemented Interfaces:
Serializable

public final class LengthConstraintType
extends java.lang.Object
implements Serializable

Defines tokens used to indicate a length constraint type.

Field Summary

static LengthConstraintType
FIXED
FIXED.
static LengthConstraintType
NONE
NONE.
static LengthConstraintType
RANGE
Range.

Method Summary

boolean
equals(Object obj)
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.

Field Details

FIXED

public static final LengthConstraintType FIXED
FIXED.

NONE

public static final LengthConstraintType NONE
NONE.

RANGE

public static final LengthConstraintType RANGE
Range.

Method Details

equals

public boolean equals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
Parameters:
obj - the object (null permitted).
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.