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