Interface Dimensions

All Known Implementing Classes:
Area, PrintPage

public interface Dimensions
Provides two dimensional measurements in millimeters
Author:
Joel HÃ¥kansson
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets height, in mm.
    double
    Gets width, in mm.
  • 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.