Package org.daisy.paper
Class Area
java.lang.Object
org.daisy.paper.Area
- All Implemented Interfaces:
Dimensions
- Author:
- Bert Frees
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets height, in mm.doubledoubledoublegetWidth()Gets width, in mm.
-
Constructor Details
-
Area
public Area(double width, double height, double offsetX, double offsetY)
-
-
Method Details
-
getWidth
public double getWidth()Description copied from interface:DimensionsGets width, in mm.- Specified by:
getWidthin interfaceDimensions- Returns:
- returns width in mm.
-
getHeight
public double getHeight()Description copied from interface:DimensionsGets height, in mm.- Specified by:
getHeightin interfaceDimensions- Returns:
- returns height in mm.
-
getOffsetX
public double getOffsetX() -
getOffsetY
public double getOffsetY()
-