Class StyleInjector.StyleInjectorImpl

  • Enclosing class:
    StyleInjector

    @Deprecated
    public static class StyleInjector.StyleInjectorImpl
    extends java.lang.Object
    Deprecated.
    The DOM-compatible way of adding stylesheets. This implementation requires the host HTML page to have a head element defined.

    Deprecated, as this is the only implementation, this may be removed in a future release.

    • Constructor Detail

      • StyleInjectorImpl

        public StyleInjectorImpl()
        Deprecated.
    • Method Detail

      • injectStyleSheet

        public StyleElement injectStyleSheet​(java.lang.String contents)
        Deprecated.
      • injectStyleSheetAtEnd

        public StyleElement injectStyleSheetAtEnd​(java.lang.String contents)
        Deprecated.
      • injectStyleSheetAtStart

        public StyleElement injectStyleSheetAtStart​(java.lang.String contents)
        Deprecated.
      • setContents

        public void setContents​(StyleElement style,
                                java.lang.String contents)
        Deprecated.