Class GlassBorderPainter

    • Constructor Detail

      • GlassBorderPainter

        public GlassBorderPainter​()
    • Method Detail

      • getTopBorderColor

        public java.awt.Color getTopBorderColor​(SubstanceColorScheme borderScheme)
        Description copied from class: StandardBorderPainter
        Computes the color of the top portion of the border. Override to provide different visual.
        Overrides:
        getTopBorderColor in class StandardBorderPainter
        Parameters:
        borderScheme - The border color scheme.
        Returns:
        The color of the top portion of the border.
      • 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.