JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.daisy.dotify.api.paper
Interface Dimensions
All Known Implementing Classes:
Area
,
PrintPage
public interface
Dimensions
Provides two dimensional measurements in millimeters
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
getHeight
()
Gets height, in mm.
double
getWidth
()
Gets width, in mm.
Method Detail
getWidth
double getWidth()
Gets width, in mm.
Returns:
returns width in mm.
getHeight
double getHeight()
Gets height, in mm.
Returns:
returns height in mm.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method