The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Graph-Easy Graph"

Graph::Easy - Convert or render graphs (as ASCII, HTML, SVG or via Graphviz) River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy" lets you generate graphs consisting of various shaped nodes connected by edges (with optional labels). It can read and write graphs in a variety of formats, as well as render them via its own grid-based layouter. Since the layouter work...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Base - base class for Graph::Easy objects like nodes, edges etc River stage two • 24 direct dependents • 27 total dependents

Used automatically and internally by Graph::Easy - should not be used directly....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Edge - An edge (a path connecting one ore more nodes) River stage two • 24 direct dependents • 27 total dependents

A "Graph::Easy::Edge" represents an edge between two (or more) nodes in a simple graph. Each edge has a direction (from source to destination, or back and forth), plus a style (line width and style), colors etc. It can also have a label, e.g. a text ...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Node - Represents a node in a Graph::Easy graph River stage two • 24 direct dependents • 27 total dependents

A "Graph::Easy::Node" represents a node in a simple graph. Each node has contents (a text, an image or another graph), and dimension plus an origin. The origin is typically determined by a graph layouter module like Graph::Easy....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Group - A group of nodes (aka subgraph) in Graph::Easy River stage two • 24 direct dependents • 27 total dependents

A "Graph::Easy::Group" represents a group of nodes in an "Graph::Easy" object. These nodes are grouped together on output....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::As_vcg - Generate VCG/GDL text from Graph::Easy object River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::As_vcg" contains just the code for converting a Graph::Easy object to either a VCG or GDL textual description. Note that the generated format is compatible to "GDL" aka *Graph Description Language*....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Layout - Layout the graph from Graph::Easy River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::Layout" contains just the actual layout code for Graph::Easy....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Parser - Parse Graph::Easy from textual description River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::Parser" lets you parse simple textual descriptions of graphs, and constructs a "Graph::Easy" object from them. The resulting object can than be used to layout and output the graph. Input The input consists of text describing the graph, ...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::As_txt - Generate textual description from graph object River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::As_txt" contains just the code for converting a Graph::Easy object to a human-readable textual description....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::As_ascii - Generate ASCII art River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::As_ascii" contains the code to render Nodes/Edges as ASCII art. It is used by Graph::Easy automatically, and there should be no need to use it directly....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Edge::Cell - A cell in an edge in Graph::Easy River stage two • 24 direct dependents • 27 total dependents

A "Graph::Easy::Edge::Cell" represents an edge between two (or more) nodes in a simple graph. Each edge has a direction (from source to destination, or back and forth), plus a style (line width and style), colors etc. It can also have a name, e.g. a ...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::As_graphml - Generate a GraphML text from a Graph::Easy object River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::As_graphml" contains just the code for converting a Graph::Easy object to a GraphML text. Attributes Attributes are output in the format that "Graph::Easy" specifies. More details about the valid attributes and their default values can ...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Attributes - Define and check attributes for Graph::Easy River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::Attributes" contains the definitions of valid attribute names and values for Graph::Easy. It is used by both the parser and by Graph::Easy to check attributes for being valid and well-formed. There should be no need to use this module d...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Node::Anon - An anonymous, invisible node in Graph::Easy River stage two • 24 direct dependents • 27 total dependents

A "Graph::Easy::Node::Anon" represents an anonymous, invisible node. These can be used to let edges start and end "nowhere". The syntax in the Graph::Easy textual description language looks like this: [ ] -> [ Bonn ] -> [ ]...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Node::Cell - An empty filler cell River stage two • 24 direct dependents • 27 total dependents

A "Graph::Easy::Node::Cell" is used to reserve a cell in the grid for nodes that occupy more than one cell. You should not need to use this class directly....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Node::Empty - An empty, borderless cell in a node cluster River stage two • 24 direct dependents • 27 total dependents

A "Graph::Easy::Node::Empty" represents a borderless, empty cell in a node cluster. It is mainly used to have an object to render collapsed borders in ASCII output. You should not need to use this class directly....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Group::Anon - An anonymous group of nodes in Graph::Easy River stage two • 24 direct dependents • 27 total dependents

A "Graph::Easy::Group::Anon" represents an anonymous group of nodes, e.g. a group without a name. The syntax in the Graph::Easy textual description language looks like this: ( [ Bonn ] -> [ Berlin ] ) This module is loaded and used automatically by G...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Group::Cell - A cell in a group River stage two • 24 direct dependents • 27 total dependents

A "Graph::Easy::Group::Cell" represents a cell of a group. Group cells can have a background and, if they are on the outside, a border. There should be no need to use this package directly....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::As_graphviz - Generate graphviz description from graph object River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::As_graphviz" contains just the code for converting a Graph::Easy object to a textual description suitable for feeding it to Graphviz programs like "dot"....

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC

Graph::Easy::Parser::VCG - Parse VCG or GDL text into Graph::Easy River stage two • 24 direct dependents • 27 total dependents

"Graph::Easy::Parser::VCG" parses the text format from the VCG or GDL (Graph Description Language) use by tools like GCC and AiSee, and constructs a "Graph::Easy" object from it. The resulting object can then be used to layout and output the graph in...

SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC
29 results (0.026 seconds)