| java.lang.Object | |
| ↳ | org.jfree.chart.axis.StandardTickUnitSource | 
A source that can used by the NumberAxis class to obtain a
 suitable TickUnit.  Instances of this class are Serializable
 from version 1.0.7 onwards.  Cloning is not supported, because instances
 are immutable.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Default constructor. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Tests this instance for equality with an arbitrary object. | |||||||||||
| Returns the tick unit in the collection that is greater than or equal
 to the specified size. | |||||||||||
| Returns the tick unit in the collection that is greater than or equal
 to (in size) the specified unit. | |||||||||||
| Returns a tick unit that is larger than the supplied unit. | |||||||||||
| Returns a hash code for this instance. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.jfree.chart.axis.TickUnitSource | |||||||||||
Default constructor.
Tests this instance for equality with an arbitrary object.
| obj | the object ( nullpermitted). | 
|---|
Returns the tick unit in the collection that is greater than or equal to the specified size.
| size | the size. | 
|---|
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.
| unit | the unit ( nullnot permitted). | 
|---|
Returns a tick unit that is larger than the supplied unit.
| unit | the unit ( nullnot permitted). | 
|---|
Returns a hash code for this instance.