Package org.daisy.paper
Interface Dimensions
public interface Dimensions
Provides two dimensional measurements in millimeters
- Author:
- Joel HÃ¥kansson
-
Method Summary
-
Method Details
-
getWidth
double getWidth()Gets width, in mm.- Returns:
- returns width in mm.
-
getHeight
double getHeight()Gets height, in mm.- Returns:
- returns height in mm.
-