Class ShapeConverter

java.lang.Object
javafx.css.StyleConverter<String,Shape>
javafx.css.converter.ShapeConverter

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

    • getInstance

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

      public static void clearCache()
      Clears the ShapeConverter cache.