public abstract class TickUnit extends Object implements Comparable
Constructor and Description |
---|
TickUnit() |
TickUnit(double size) |
TickUnit(double size,
int minorTickCount) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj) |
boolean |
equals(Object obj) |
int |
getMinorTickCount() |
double |
getSize() |
abstract String |
getTickMarkLabel(Number value)
Get the string label name for a tick mark with the given value
|
int |
hashCode() |
public TickUnit()
public TickUnit(double size)
public TickUnit(double size, int minorTickCount)
public double getSize()
public int getMinorTickCount()
public abstract String getTickMarkLabel(Number value)
value
- The value to format into a tick label stringpublic int compareTo(Object obj)
compareTo
in interface Comparable
Copyright © 2016 Emxsys. All rights reserved.