Class TransformationUtils.NonFormattedStringCalculationResult

  • Enclosing class:
    TransformationUtils

    public static class TransformationUtils.NonFormattedStringCalculationResult
    extends Object
    • Constructor Detail

      • NonFormattedStringCalculationResult

        public NonFormattedStringCalculationResult()
    • Method Detail

      • getMaxStringWidth

        public int getMaxStringWidth()
        Returns:
        the maxStringWidth
      • getMaxWordWidth

        public int getMaxWordWidth()
        Returns:
        the maxWordWidth
      • getRowsCnt

        public int getRowsCnt()
        Returns:
        the rowsCnt
      • setMaxStringWidth

        public void setMaxStringWidth​(int maxStringWidth)
        Parameters:
        maxStringWidth - the maxStringWidth to set
      • setMaxWordWidth

        public void setMaxWordWidth​(int maxWordWidth)
        Parameters:
        maxWordWidth - the maxWordWidth to set
      • setRowsCnt

        public void setRowsCnt​(int rowsCnt)
        Parameters:
        rowsCnt - the rowsCnt to set
      • getHeight

        public int getHeight()
      • setHeight

        public void setHeight​(int height)