Class Border.Builder

  • Enclosing class:
    Border

    public static class Border.Builder
    extends Object
    Provides a builder for borders.
    • Constructor Detail

      • Builder

        public Builder()
        Creates a new builder.
    • Method Detail

      • getBottom

        public Border.Builder.BuilderView getBottom()
        Gets the bottom builder view.
        Returns:
        returns the bottom builder view
      • getDefault

        public Border.Builder.BuilderView getDefault()
        Gets the default builder view.
        Returns:
        returns the default builder view
      • build

        public Border build()
        Creates a new border based on the current state of the builder.
        Returns:
        returns a new border