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.
Attributes
- 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', ...).
- 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.
Attributes
- 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', ...).
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.
Attributes
- 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.
- 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.
Attributes
- 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', ...).
- Returns:
The (possibly relative) path of the rendered file.