| java.lang.Object | |
| ↳ | org.jfree.chart.axis.CategoryAnchor | 
Used to indicate one of three positions within a category:
 START, MIDDLE and END.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| END | End of period. | ||||||||||
| MIDDLE | Middle of period. | ||||||||||
| START | Start of period. | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Returns  trueif this object is equal to the specified
 object, andfalseotherwise. | |||||||||||
| Returns a string representing the object. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
Returns true if this object is equal to the specified
 object, and false otherwise.
| obj | the other object. | 
|---|