- All Known Implementing Classes:
AbstractFXSvgWriter,FXSvgFullWriter,FXSvgTinyWriter
public interface SvgSceneGraphWriter
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jhotdraw8.fxcollection.typesafekey.NonNullObjectKey<Boolean> static final StringIfNode.getProperties()contains a String property with this name, theSvgSceneGraphExporterexports 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 StringIfNode.getProperties()contains a String property with this name, theSvgSceneGraphExporterexports a <title> element with the property value as its content.
-
Field Details
-
TITLE_PROPERTY_NAME
IfNode.getProperties()contains a String property with this name, theSvgSceneGraphExporterexports a <title> element with the property value as its content.The value of this constant is: "title".
- See Also:
-
DESC_PROPERTY_NAME
IfNode.getProperties()contains a String property with this name, theSvgSceneGraphExporterexports 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
-
CONVERT_TEXT_TO_PATH_KEY
static final org.jhotdraw8.fxcollection.typesafekey.NonNullObjectKey<Boolean> CONVERT_TEXT_TO_PATH_KEY
-