public final class DotImport
extends java.lang.Object
DotAttributes
.Constructor and Description |
---|
DotImport(java.io.File dotFile) |
DotImport(java.lang.String dotString) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.gef4.dot.internal.parser.dot.DotGraph |
dotGraph() |
java.util.List<java.lang.String> |
getErrors() |
java.lang.String |
getName() |
void |
into(org.eclipse.gef4.graph.Graph.Builder graph) |
org.eclipse.gef4.graph.Graph |
toGraph() |
java.lang.String |
toString() |
public DotImport(java.io.File dotFile)
dotFile
- The DOT file to import.public DotImport(java.lang.String dotString)
dotString
- The DOT string to import.public java.lang.String getName()
public org.eclipse.gef4.graph.Graph toGraph()
public org.eclipse.gef4.dot.internal.parser.dot.DotGraph dotGraph()
public java.util.List<java.lang.String> getErrors()
public void into(org.eclipse.gef4.graph.Graph.Builder graph)
graph
- The graph to add the imported dot intopublic java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2014 itemis AG and others. All rights reserved.