Class GlassFillPainter

    • Constructor Detail

      • GlassFillPainter

        public GlassFillPainter​()
    • Method Detail

      • getTopFillColor

        public java.awt.Color getTopFillColor​(SubstanceColorScheme fillScheme)
        Description copied from class: StandardFillPainter
        Computes the color of the top portion of the fill. Override to provide different visual.
        Overrides:
        getTopFillColor in class StandardFillPainter
        Parameters:
        fillScheme - The fill scheme.
        Returns:
        The color of the top portion of the fill.
      • getMidFillColorTop

        public java.awt.Color getMidFillColorTop​(SubstanceColorScheme fillScheme)
        Description copied from class: StandardFillPainter
        Computes the color of the middle portion of the fill from the top. Override to provide different visual.
        Overrides:
        getMidFillColorTop in class StandardFillPainter
        Parameters:
        fillScheme - The fill scheme.
        Returns:
        The color of the middle portion of the fill from the top.
      • getMidFillColorBottom

        public java.awt.Color getMidFillColorBottom​(SubstanceColorScheme fillScheme)
        Description copied from class: StandardFillPainter
        Computes the color of the middle portion of the fill from the bottom. Override to provide different visual.
        Overrides:
        getMidFillColorBottom in class StandardFillPainter
        Parameters:
        fillScheme - The fill scheme.
        Returns:
        The color of the middle portion of the fill from the bottom.
      • getBottomFillColor

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