Package editor.util

Class RoundedMatteBorder

    • Constructor Detail

      • RoundedMatteBorder

        public RoundedMatteBorder​(int thickness,
                                  Color color)
      • RoundedMatteBorder

        public RoundedMatteBorder​(int thickness,
                                  int marginThickness,
                                  Color color)
      • RoundedMatteBorder

        public RoundedMatteBorder​(int top,
                                  int left,
                                  int bottom,
                                  int right,
                                  Color color)
      • RoundedMatteBorder

        public RoundedMatteBorder​(int top,
                                  int left,
                                  int bottom,
                                  int right,
                                  int marginThickness,
                                  Color color)
      • RoundedMatteBorder

        public RoundedMatteBorder​(int top,
                                  int left,
                                  int bottom,
                                  int right,
                                  int horzInset,
                                  int vertInset,
                                  Color color)
      • RoundedMatteBorder

        public RoundedMatteBorder​(int top,
                                  int left,
                                  int bottom,
                                  int right,
                                  int topInset,
                                  int leftInset,
                                  int bottomInset,
                                  int rightInset,
                                  Color color)