Class SlopedTabLineBorder

    • Constructor Detail

      • SlopedTabLineBorder

        public SlopedTabLineBorder()
      • SlopedTabLineBorder

        public SlopedTabLineBorder​(float leftSlope,
                                   float rightSlope)
      • SlopedTabLineBorder

        public SlopedTabLineBorder​(float leftSlope,
                                   float rightSlope,
                                   int leftHeight,
                                   int rightHeight)
      • SlopedTabLineBorder

        public SlopedTabLineBorder​(float leftSlope,
                                   float rightSlope,
                                   boolean bottomLeftRounded,
                                   boolean topLeftRounded,
                                   boolean topRightRounded,
                                   boolean bottomRightRounded)
      • SlopedTabLineBorder

        public SlopedTabLineBorder​(float leftSlope,
                                   float rightSlope,
                                   int leftHeight,
                                   int rightHeight,
                                   boolean bottomLeftRounded,
                                   boolean topLeftRounded,
                                   boolean topRightRounded,
                                   boolean bottomRightRounded)
      • SlopedTabLineBorder

        public SlopedTabLineBorder​(ColorProvider lineColor,
                                   ColorProvider highlightColor,
                                   boolean drawBottomLine,
                                   float leftSlope,
                                   float rightSlope,
                                   int leftHeight,
                                   int rightHeight,
                                   boolean bottomLeftRounded,
                                   boolean topLeftRounded,
                                   boolean topRightRounded,
                                   boolean bottomRightRounded)
    • Method Detail

      • isBottomLeftRounded

        protected boolean isBottomLeftRounded​(java.awt.Component c)