Class TransformationUtils.BorderMargins

    • Constructor Detail

      • BorderMargins

        public BorderMargins​(int left,
                             int top,
                             int right,
                             int bottom)
    • Method Detail

      • getBottom

        public int getBottom()
        Returns:
        the bottom
      • getLeft

        public int getLeft()
        Returns:
        the left
      • getRight

        public int getRight()
        Returns:
        the right
      • getTop

        public int getTop()
        Returns:
        the top
      • setBottom

        public void setBottom​(int bottom)
        Parameters:
        bottom - the bottom to set
      • setLeft

        public void setLeft​(int left)
        Parameters:
        left - the left to set
      • setRight

        public void setRight​(int right)
        Parameters:
        right - the right to set
      • setTop

        public void setTop​(int top)
        Parameters:
        top - the top to set