Package org.eclipse.gef.dot.internal
Class DotExtractor
java.lang.Object
org.eclipse.gef.dot.internal.DotExtractor
The DotExtractor is responsible for extracting the dot graph definitions from
arbitrary text files.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DotExtractor
- Parameters:
input
- The string to extract a DOT graph substring from
-
DotExtractor
- Parameters:
file
- The file to extract a DOT substring from
-
-
Method Details
-
getDotString
- Returns:
- A DOT string extracted from the input, or the
NO_DOT
constant, a valid DOT graph
-
getDotTempFile
- Returns:
- A temporary file containing the DOT string extracted from the
input, or the
NO_DOT
constant, a valid DOT graph
-