JIDE 3.5.15

com.jidesoft.chart.axis
Interface CategoryTickCalculator<T>

Type Parameters:
T - the class of object used by the categories
All Superinterfaces:
TickCalculator<Category<T>>
All Known Implementing Classes:
DefaultCategoryTickCalculator

public interface CategoryTickCalculator<T>
extends TickCalculator<Category<T>>

An interface implemented by objects that calculate tick positions from categories


Method Summary
 
Methods inherited from interface com.jidesoft.chart.axis.TickCalculator
addPropertyChangeListener, calculateTicks, removePropertyChangeListener
 


JIDE 3.5.15