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() |
generateTicksclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateTickspublic SmartTickProvider()
public SmartTickProvider(int steps)
public double[] generateTicks(double min,
double max,
int steps)
generateTicks in interface ITickProviderpublic int getDefaultSteps()
getDefaultSteps in interface ITickProviderCopyright © 2016. All rights reserved.