Save This Page
Home » jcommon-1.0.13 » org.jfree » chart » block » [javadoc | source]
org.jfree.chart.block
public final class: LengthConstraintType [javadoc | source]
java.lang.Object
   org.jfree.chart.block.LengthConstraintType

All Implemented Interfaces:
    Serializable

Defines tokens used to indicate a length constraint type.
Field Summary
public static final  LengthConstraintType NONE    NONE. 
public static final  LengthConstraintType RANGE    Range. 
public static final  LengthConstraintType FIXED    FIXED. 
Method from org.jfree.chart.block.LengthConstraintType Summary:
equals,   hashCode,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.chart.block.LengthConstraintType Detail:
 public boolean equals(Object obj) 
    Returns true if this object is equal to the specified object, and false otherwise.
 public int hashCode() 
    Returns a hash code value for the object.
 public String toString() 
    Returns a string representing the object.