Class ShapeConverter

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

public class ShapeConverter
extends StyleConverter<String,​Shape>
Converts an SVG shape string into a Shape object.
Since:
9
  • Constructor Details

    • ShapeConverter

      @Deprecated(since="16", forRemoval=true) public ShapeConverter()
      Deprecated, for removal: This API element is subject to removal in a future version.
      This constructor was exposed erroneously and will be removed in the next version. Use getInstance() instead.
  • Method Details