Preparing search index...
The search index is not available
SPeCS Packages Documentation
SPeCS Packages Documentation
@specs-feup/flow
graph/dot/dot
DotStatement
Interface DotStatement
A statement in a dot file. Can be used inside graphs or subgraphs.
interface
DotStatement
{
toDotString
(
directed
:
boolean
,
indentation
:
number
)
:
string
;
}
Implemented by
DotAttributes
DotEdge
DotNode
DotSubgraph
Index
Methods
to
Dot
String
Methods
to
Dot
String
to
Dot
String
(
directed
,
indentation
)
:
string
Parameters
directed
:
boolean
indentation
:
number
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
to
Dot
String
SPeCS Packages Documentation
Loading...
A statement in a dot file. Can be used inside graphs or subgraphs.