Class SupportSize


  • public class SupportSize
    extends Object
    Implementation of the size of an export support.
    Author:
    Jérémy Subtil
    • Constructor Detail

      • SupportSize

        public SupportSize​(int width,
                           int height,
                           LengthUnit lengthUnit)
        Constructor.
        Parameters:
        width - the support's width
        height - the support's height
        lengthUnit - the lenght unit
    • Method Detail

      • getWidthInt

        public Integer getWidthInt()
      • getHeightInt

        public Integer getHeightInt()
      • getWidth

        public String getWidth()
        Returns the support's width.
        Returns:
        the support's width
      • getHeight

        public String getHeight()
        Returns the support's height.
        Returns:
        the support's height