Interface HtmlRendererConfig

All Known Implementing Classes:
HtmlRendererConfigImpl, LocalHtmlRendererConfig

public interface HtmlRendererConfig
The interface HtmlRendererConfig.
  • Method Details

    • getFontSize

      default float getFontSize()
    • isAcryl

      default boolean isAcryl()
      The Acryl .
    • isAero

      default boolean isAero()
      The Aero .
    • isAluminium

      default boolean isAluminium()
      The Aluminium .
    • isBernstein

      default boolean isBernstein()
      The Bernstein .
    • isBold

      default boolean isBold()
      The Bold .
    • isFast

      default boolean isFast()
      The Fast .
    • isGraphite

      default boolean isGraphite()
      The Graphite .
    • isHiFi

      default boolean isHiFi()
      The HiFi .
    • isItalic

      default boolean isItalic()
      The Italic .
    • isModern

      default boolean isModern()
      The modern .
    • isBlackWhite

      default boolean isBlackWhite()
      The blackWhite .
    • isWhiteBlack

      default boolean isWhiteBlack()
      The Italic .
    • getColor

      default Color getColor()
      The Color .
    • isLuna

      default boolean isLuna()
      The Luna .
    • isMcWin

      default boolean isMcWin()
      The McWin .
    • isMint

      default boolean isMint()
      The Mint .
    • isNoire

      default boolean isNoire()
      The Noire .
    • isSmart

      default boolean isSmart()
      The Smart .
    • isStrikethrough

      default boolean isStrikethrough()
      The Strikethrough .
    • isSubscript

      default boolean isSubscript()
      The Subscript .
    • isSuperscript

      default boolean isSuperscript()
      The Superscript .
    • isTexture

      default boolean isTexture()
      The Texture .
    • isUnderline

      default boolean isUnderline()
      The Underline .
    • getFont

      default String getFont()
      The Font .
    • deleteInput

      void deleteInput(String text, String baseUrl)
    • insertLogin

      void insertLogin(String type, String value, String baseUrl, boolean navigationEnabled)
    • getSourceCache

      String getSourceCache(URI baseUrl, String type, String integrity, boolean test) throws Exception
      Throws:
      Exception
    • getStyles

      List<String> getStyles(String href, String baseUrl)
    • insertStyle

      void insertStyle(String title, String href, String baseUrl, int enable)
    • getInitialWindowBounds

      Rectangle getInitialWindowBounds()
    • countStorage

      int countStorage(int index)
    • getMapStorage

      Map<String,String> getMapStorage(int index, int i)
    • getValue

      Object getValue(String key, int i, int index)
    • deleteStorage

      void deleteStorage(String keyName, int i, int index)
    • deleteStorage

      void deleteStorage(int session, int index)
    • insertStorage

      void insertStorage(String keyName, String keyValue, int i, int index)
    • getTabs

      List<TabInfo> getTabs()
    • autocomplete

      List<String> autocomplete(String type, String text, String baseUrl)
    • getResourceFile

      URL getResourceFile(String fileName)
    • isVisited

      boolean isVisited(String href)
    • saveCookie

      void saveCookie(String toString, String cookieSpec)
    • getCookies

      List<Cookie> getCookies(String host, String path)
    • getGeneralInfo

      GeneralInfo getGeneralInfo()