Summary
Generate html for cyctoscape graphs of tasks
- Namespace
- Cake
.Graph .Generators - Interfaces
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Interface0["ITaskGraphGenerator"]-.->Type
click Interface0 "/Cake.Graph/api/Cake.Graph.Generators/ITaskGraphGenerator"
Type["CytoscapeHtmlGenerator"]
class Type type-node
Syntax
public class CytoscapeHtmlGenerator : ITaskGraphGenerator
Constructors
| Name | Summary |
|---|---|
| Cytoscape |
CytoscapeHtmlGenerator |
| Cytoscape |
CytoscapeHtmlGenerator |
Properties
| Name | Value | Summary |
|---|---|---|
| CytoscapeJsSource | string |
Url/path for the cytoscape js file
|
| Extension | string |
The file extension to use for this type of graph file
|
Methods
| Name | Value | Summary |
|---|---|---|
| Serialize |
string |
Converts the task to a graph and outputs the string for displaying
|