Interface ISvgProcessorResult

  • All Known Implementing Classes:
    SvgProcessorResult

    public interface ISvgProcessorResult
    Interface for SVG processors results.
    • Method Detail

      • getNamedObjects

        java.util.Map<java.lang.String,​ISvgNodeRenderer> getNamedObjects()
        Obtains a map of named-objects with their id's as keys and the objects as values
        Returns:
        Map of Strings as keys and ISvgNodeRenderer as values
      • getTempFonts

        FontSet getTempFonts()
        Obtains the list of temporary fonts
        Returns:
        FontSet