Class SvgImporterMultiComponent
- java.lang.Object
-
- com.inductiveautomation.perspective.designer.workspace.SvgImporterMultiComponent
-
public class SvgImporterMultiComponent extends java.lang.Object
This SVG importer imports the svg as multiple components. It's not currently used but might be revived.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SvgImporterMultiComponent.ParsedSvg
-
Constructor Summary
Constructors Constructor Description SvgImporterMultiComponent(java.lang.String name, java.lang.String source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<SvgImporterMultiComponent.ParsedSvg>
start()
-
-
-
Method Detail
-
start
public java.util.concurrent.CompletableFuture<SvgImporterMultiComponent.ParsedSvg> start()
-
-