public final class

LengthConstraintType

extends Object
implements Serializable
java.lang.Object
   ↳ org.jfree.chart.block.LengthConstraintType

Class Overview

Defines tokens used to indicate a length constraint type.

Summary

Fields
public static final LengthConstraintType FIXED FIXED.
public static final LengthConstraintType NONE NONE.
public static final LengthConstraintType RANGE Range.
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final LengthConstraintType FIXED

FIXED.

public static final LengthConstraintType NONE

NONE.

public static final LengthConstraintType RANGE

Range.

Public Methods

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.

public int hashCode ()

Returns a hash code value for the object.

Returns
  • The hashcode

public String toString ()

Returns a string representing the object.

Returns
  • The string.