Class CSS.getBackgroundColors$$RET

    • Field Detail

      • serialVersionUID

        🡇     🗕  🗗  🗖
        protected static final long serialVersionUID
        This fulfils the SerialVersion UID requirement for all classes that implement Java's interface java.io.Serializable. Using the Serializable Implementation offered by java is very easy, and can make saving program state when debugging a lot easier. It can also be used in place of more complicated systems like "hibernate" to store data as well.
        See Also:
        Constant Field Values
      • backgroundColors

        🡅  🡇     🗕  🗗  🗖
        public final java.lang.String[] backgroundColors
        The range of background colors behind this element, if it contains any visible text. If no visible text is present, this will be undefined. In the case of a flat background color, this will consist of simply that color. In the case of a gradient, this will consist of each of the color stops. For anything more complicated, this will be an empty array. Images will be ignored (as if the image had failed to load).
        OPTIONAL
    • Constructor Detail

      • getBackgroundColors$$RET

        🡅  🡇     🗕  🗗  🗖
        public getBackgroundColors$$RET​(ReadOnlyList<java.lang.Boolean> isPresent,
                                        java.lang.String[] backgroundColors,
                                        java.lang.String computedFontSize,
                                        java.lang.String computedFontWeight)
        Constructor. Please review this class' fields for documentation.