Package com.approximatrix.charting.coordsystem.ticklocator

Class Summary
NumericTickLocator Class for locating tick marks along axes.
NumericXTickLocator Extended class to locate and return a transformable vector of x,y pairs for locating tick marks on an x axis (horizontal).
NumericYTickLocator Extended class to locate and return a transformable vector of x,y pairs for locating tick marks on a y axis (vertical).
ObjectTickLocator Class for calculating the position of tick marks along an axis which uses simple integer values for positioning, like an axis plotting arbitrary Object labels.
ObjectXTickLocator Extended class to locate and return a transformable vector of x,y pairs for locating tick marks on an x axis (horizontal).