org.jfree.chart.axis

Class CategoryLabelWidthType

public final class CategoryLabelWidthType extends Object implements Serializable

Represents the width types for a category label.
Field Summary
static CategoryLabelWidthTypeCATEGORY
Percentage of category.
static CategoryLabelWidthTypeRANGE
Percentage of range.
Method Summary
booleanequals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
StringtoString()
Returns a string representing the object.

Field Detail

CATEGORY

public static final CategoryLabelWidthType CATEGORY
Percentage of category.

RANGE

public static final CategoryLabelWidthType RANGE
Percentage of 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 other object.

Returns: A boolean.

toString

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

Returns: The string (never null).

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