Class ShapeConverter


  • public class ShapeConverter
    extends StyleConverter<String,​Shape>
    Converter to convert a SVG shape string into a Shape object.
    Since:
    9
    • Method Detail

      • getInstance

        public static StyleConverter<String,​Shape> getInstance()
        Gets the ShapeConverter instance.
        Returns:
        the ShapeConverter instance
      • clearCache

        public static void clearCache()
        Clears the ShapeConverter cache.