Interface ISvgConverterProperties

    • Method Detail

      • getFontProvider

        FontProvider getFontProvider()
        Gets the font provider.
        Returns:
        the font provider
      • getCharset

        java.lang.String getCharset()
        Get the name of the Charset to be used when decoding an InputStream. This method is allowed to return null, in which case UTF-8 will be used (by JSoup).

        Please be aware that this method is NOT used when handling a String variable in the SvgConverter.

        Returns:
        the String name of the Charset used for decoding
      • getBaseUri

        java.lang.String getBaseUri()
        Gets the base URI.
        Returns:
        the base URI
      • getMediaDeviceDescription

        MediaDeviceDescription getMediaDeviceDescription()
        Gets the media device description.
        Returns:
        the media device description
      • getResourceRetriever

        IResourceRetriever getResourceRetriever()
        Gets the resource retriever. The resourceRetriever is used to retrieve data from resources by URL.
        Returns:
        the resource retriever