Uses of Interface
y25.base.GraphTools.RealizerFactory

Packages that use GraphTools.RealizerFactory
y25.base Lays out the framework for working with layered graphs. 
y25.view.realizer Implementations of realizers. 
 

Uses of GraphTools.RealizerFactory in y25.base
 

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

Uses of GraphTools.RealizerFactory in y25.view.realizer
 

Classes in y25.view.realizer that implement GraphTools.RealizerFactory
 class Realizer25DFactory
          Copies node and edge realizers and adds the "25D" extension, if necessarry.