Class FlatBorderPainter

    • Constructor Detail

      • FlatBorderPainter

        public FlatBorderPainter​()
    • Method Detail

      • getMidBorderColor

        public java.awt.Color getMidBorderColor​(SubstanceColorScheme borderScheme)
        Description copied from class: StandardBorderPainter
        Computes the color of the middle portion of the border. Override to provide different visual.
        Overrides:
        getMidBorderColor in class StandardBorderPainter
        Parameters:
        borderScheme - The border color scheme.
        Returns:
        The color of the middle portion of the border.
      • getBottomBorderColor

        public java.awt.Color getBottomBorderColor​(SubstanceColorScheme borderScheme)
        Description copied from class: StandardBorderPainter
        Computes the color of the bottom portion of the border. Override to provide different visual.
        Overrides:
        getBottomBorderColor in class StandardBorderPainter
        Parameters:
        borderScheme - The border color scheme.
        Returns:
        The color of the bottom portion of the border.