public interface ScaleMapper
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAxisLabel() |
java.lang.String |
getLabel(int i)
Gets the label if there is one for the ith tick.
|
int |
getNumTicks()
Gets the total number of ticks.
|
int |
getPixelLocation(int i)
Gets the pixel location for the ith tick.
|
int |
getTotalPixels()
returns the total pixels used to calculate map.
|
boolean |
isMajorTick(int i)
True if the ith tick is a major tick.
|
int getPixelLocation(int i)
i
- The number of the tick of interest.java.lang.String getLabel(int i)
int getNumTicks()
boolean isMajorTick(int i)
i
- The number of the tick of interest.java.lang.String getAxisLabel()
int getTotalPixels()