org.jfree.chart.axis

Class CategoryLabelWidthType

Implemented Interfaces:
Serializable

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

Represents the width types for a category label.

Field Summary

static CategoryLabelWidthType
CATEGORY
Percentage of category.
static CategoryLabelWidthType
RANGE
Percentage of range.

Method Summary

boolean
equals(Object obj)
Returns true if this object is equal to the specified object, and false otherwise.
String
toString()
Returns a string representing the object.

Field Details

CATEGORY

public static final CategoryLabelWidthType CATEGORY
Percentage of category.

RANGE

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

toString

public String toString()
Returns a string representing the object.
Returns:
The string (never null).