Interface ScaledAxis
public interface ScaledAxis
Axes that have both size and scale.
-
Method Summary
-
Method Details
-
getSize
Size getSize()Get the size of this axis.- Returns:
- The size.
-
getScale
double getScale()Get the scale of this axis.- Returns:
- The scale (might be constant).
-