public interface LinearScale<T>
| Modifier and Type | Method and Description |
|---|---|
default double |
getEndInGridPixels() |
T |
getEndInScaleUnits() |
default double |
getStartInGridPixels() |
default T |
getStartInScaleUnits() |
double |
toGridUnits(T valueInScaleUnits) |
T |
toScaleUnits(double valueInGridPixels) |
double toGridUnits(T valueInScaleUnits)
T toScaleUnits(double valueInGridPixels)
default T getStartInScaleUnits()
T getEndInScaleUnits()
default double getStartInGridPixels()
default double getEndInGridPixels()
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.