Backend
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Backend.type
Members list
Value members
Concrete methods
Return command for execution and name of the rendered file.
Return command for execution and name of the rendered file.
Value parameters
- engine
-
The layout commmand used for rendering ('dot', 'neato', ...).
- filePath
-
The output path of the source file.
- format
-
The output format used for rendering ('pdf', 'png', ...).
Attributes
- Returns
-
render command to execute.
Render file with Graphviz engine into format, return result filename.
Render file with Graphviz engine into format, return result filename.
Value parameters
- engine
-
The layout commmand used for rendering ('dot', 'neato', ...).
- filepath
-
Path to the DOT source file to render.
- format
-
The output format used for rendering ('pdf', 'png', ...).
Attributes
Open filepath with its default viewing application (platform-specific). For know only support linux.
Open filepath with its default viewing application (platform-specific). For know only support linux.
Attributes
Save the source to file and render with the Graphviz engine.
Save the source to file and render with the Graphviz engine.
Value parameters
- cleanup
-
Whether delete the source file after rendering.
- directory
-
Directory to save the Dot source file.
- engine
-
The layout commmand used for rendering ('dot', 'neato', ...).
- fileName
-
Name of the DOT source file to render.
- format
-
The output format used for rendering ('pdf', 'png', ...).
- view
-
Whether open the rendered result with the default application.
Attributes
- Returns
-
The (possibly relative) path of the rendered file.
Save the source to file, open the rendered result in a viewer.
Save the source to file, open the rendered result in a viewer.
Value parameters
- cleanup
-
Whether delete the source file after rendering.
- directory
-
Directory to save the Dot source file.
- engine
-
The layout commmand used for rendering ('dot', 'neato', ...).
- fileName
-
Name of the DOT source file to render.
- format
-
The output format used for rendering ('pdf', 'png', ...).
Attributes
- Returns
-
The (possibly relative) path of the rendered file.