Package 

Class SVGImageUtils

  • All Implemented Interfaces:

    
    public final class SVGImageUtils
    
                        

    Utility class that install that wraps SvgImageLoaderFactory, letting install a SVG loader and return a SVG image.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static Image getSvgImage(String path, double width, double height) Returns the Image of a SVG image.
      static Image getSvgImage(String path) Returns the Image of a SVG image.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getSvgImage

         static Image getSvgImage(String path, double width, double height)

        Returns the Image of a SVG image.

        Parameters:
        path - The SVG image position
        width - The percent width of image
        height - The percent height of image
      • getSvgImage

         static Image getSvgImage(String path)

        Returns the Image of a SVG image.

        Parameters:
        path - The SVG image position