Uses of Class
y25.base.GraphTools.GraphDataInfo

Packages that use GraphTools.GraphDataInfo
y25.base Lays out the framework for working with layered graphs. 
 

Uses of GraphTools.GraphDataInfo in y25.base
 

Methods in y25.base with parameters of type GraphTools.GraphDataInfo
static Graph GraphTools.DuplicateGraph(Graph graph, GraphTools.GraphDataInfo[] dataInfo)
          Creates a copy of the given Graph.
static Graph2D GraphTools.ConvertGraphToGraph2D(Graph graph, GraphTools.GraphDataInfo[] dataInfo, NodeRealizer defaultNodeRealizer, EdgeRealizer defaultEdgeRealizer)
          Creates a copy of the given Graph.
static Graph2D GraphTools.DuplicateGraph2D(Graph2D graph, GraphTools.GraphDataInfo[] dataInfo, GraphTools.RealizerFactory realizerFactory)
          Creates a copy of the given Graph2D.