public class SmartTickProvider extends AbstractTickProvider implements ITickProvider
Modifier and Type | Field and Description |
---|---|
protected int |
steps |
Constructor and Description |
---|
SmartTickProvider() |
SmartTickProvider(int steps) |
Modifier and Type | Method and Description |
---|---|
double[] |
generateTicks(double min,
double max,
int steps) |
int |
getDefaultSteps() |
generateTicks
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generateTicks
public SmartTickProvider()
public SmartTickProvider(int steps)
public double[] generateTicks(double min, double max, int steps)
generateTicks
in interface ITickProvider
public int getDefaultSteps()
getDefaultSteps
in interface ITickProvider
Copyright © 2016. All rights reserved.