Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
graphviz
master
GraphViz
Attrs
AttributeException
Constants
DSL
Edge
Node
Type
GraphVizType
GVAddDouble
GVAddPoint
GVArrowType
GVBool
GVClusterMode
GVColor
HSV
RGB
RGBA
GVColorList
GVDirType
GVDouble
GVDoubleList
GVEscString
GVInt
GVLblString
GVMultiParseException
GVOutputMode
GVPageDir
GVParseException
GVPoint
Dim2
Dim3
GVPointList
GVPortPos
GVQuadType
GVRankDir
GVRankType
GVRect
GVShape
GVSmoothType
GVSplineType
SplineTypeException
GVStartType
Style
GVString
GVViewPort
Built with Crystal 1.9.2
2023-10-07 10:32:14 UTC
class
GraphViz::DSL
GraphViz::DSL
Reference
Object
Defined in:
graphviz/dsl.cr
Constructors
.new
(name, **options, &)
Instance Method Summary
#cluster
(name)
#e
(*args)
#n
(name)
#output
(**options)
#subgraph
(name, &)
Constructor Detail
def self.
new
(name, **options, &)
#
[
View source
]
Instance Method Detail
def
cluster
(name)
#
[
View source
]
def
e
(*args)
#
[
View source
]
def
n
(name)
#
[
View source
]
def
output
(**options)
#
[
View source
]
def
subgraph
(name, &)
#
[
View source
]