Interface SvgSceneGraphWriter

All Known Implementing Classes:
AbstractFXSvgWriter, FXSvgFullWriter, FXSvgTinyWriter

public interface SvgSceneGraphWriter
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.jhotdraw8.fxcollection.typesafekey.NonNullObjectKey<Boolean>
     
    static final String
    If Node.getProperties() contains a String property with this name, the SvgSceneGraphExporter exports a <desc> element with the property value as its content.
    static final org.jhotdraw8.fxcollection.typesafekey.NonNullObjectKey<Boolean>
     
    static final org.jhotdraw8.fxcollection.typesafekey.NonNullObjectKey<Boolean>
     
    static final String
    If Node.getProperties() contains a String property with this name, the SvgSceneGraphExporter exports a <title> element with the property value as its content.
  • Field Details

    • TITLE_PROPERTY_NAME

      static final String TITLE_PROPERTY_NAME
      If Node.getProperties() contains a String property with this name, the SvgSceneGraphExporter exports a <title> element with the property value as its content.

      The value of this constant is: "title".

      See Also:
    • DESC_PROPERTY_NAME

      static final String DESC_PROPERTY_NAME
      If Node.getProperties() contains a String property with this name, the SvgSceneGraphExporter exports a <desc> element with the property value as its content.

      The value of this constant is: "desc".

      See Also:
    • EXPORT_INVISIBLE_ELEMENTS_KEY

      static final org.jhotdraw8.fxcollection.typesafekey.NonNullObjectKey<Boolean> EXPORT_INVISIBLE_ELEMENTS_KEY
    • RELATIVIZE_PATHS_KEY

      static final org.jhotdraw8.fxcollection.typesafekey.NonNullObjectKey<Boolean> RELATIVIZE_PATHS_KEY
    • CONVERT_TEXT_TO_PATH_KEY

      static final org.jhotdraw8.fxcollection.typesafekey.NonNullObjectKey<Boolean> CONVERT_TEXT_TO_PATH_KEY