org.jfree.chart.block

Class LengthConstraintType

public final class LengthConstraintType extends Object implements Serializable

Defines tokens used to indicate a length constraint type.
Field Summary
static LengthConstraintTypeFIXED
FIXED.
static LengthConstraintTypeNONE
NONE.
static LengthConstraintTypeRANGE
Range.
Method Summary
booleanequals(Object obj)
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

FIXED

public static final LengthConstraintType FIXED
FIXED.

NONE

public static final LengthConstraintType NONE
NONE.

RANGE

public static final LengthConstraintType RANGE
Range.

Method Detail

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.

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.