Class Border


  • public class Border
    extends Object
    Provides a border specification.
    • Method Detail

      • getTop

        public BorderSpecification getTop()
        Gets the specification for this border's top edge.
        Returns:
        returns the specification
      • getLeft

        public BorderSpecification getLeft()
        Gets the specification for this border's left edge.
        Returns:
        returns the specification
      • getRight

        public BorderSpecification getRight()
        Gets the specification for this border's right edge.
        Returns:
        returns the specification
      • getBottom

        public BorderSpecification getBottom()
        Gets the specification for this border's bottom edge.
        Returns:
        returns the specification