class Gviz::Visualizer
- Gviz::Visualizer
- Reference
- Object
Defined in:
gviz.crConstant Summary
-
DOT_COMMAND =
"dot"
-
FONT =
"Helvetica-Bold"
-
SVG =
"public/svg/nodes.svg"
Constructors
Instance Method Summary
- #build
- #build_clusters
- #build_edges
- #build_hidden
- #build_hidden_edges
- #build_input
- #build_input_edges
- #build_label(values, idx)
- #build_mapping
- #build_output
- #build_output_edges
- #cmd(format = "plain", outfile = "")
- #data : Data
- #data=(data : Data)
- #debug
- #delete_hidden
- #extract_node_order(map, sub, sizes)
- #generate
- #hidden=(val)
- #init_mapping
- #input=(val : NamedTuple(name: String, size: Int32))
- #input=(val)
- #outfile
- #output=(val : NamedTuple(name: String, size: Int32))
- #output=(val)
- #start
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #update
Constructor Detail
Instance Method Detail
def to_s
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.