Uses of Class
sk.uniba.euromath.gene.exportgraph.TransformGraph

Packages that use TransformGraph
sk.uniba.euromath.document Manages in-memory document. 
sk.uniba.euromath.editor.widgets Reusable GUI widgets. 
sk.uniba.euromath.editor.wizards.document Reusable GUI wizards, that serves for document modification. 
sk.uniba.euromath.gene Provides GENE (Graph Export Engine) export functionality. 
sk.uniba.euromath.gene.builtin Built-in exporters and coordinators. 
sk.uniba.euromath.gene.controller The core of the GENE framework. 
sk.uniba.euromath.gene.exportgraph Classes that allows you to build export graphs. 
 

Uses of TransformGraph in sk.uniba.euromath.document
 

Methods in sk.uniba.euromath.document with parameters of type TransformGraph
 void DocumentView.addTransformers(TransformGraph graph)
          Registers new transformers, ignoring transformers already registered.
 void DocumentView.initialize(TransformGraph graph)
          Initializes the view, performing the transformation.
 

Uses of TransformGraph in sk.uniba.euromath.editor.widgets
 

Methods in sk.uniba.euromath.editor.widgets that return TransformGraph
 TransformGraph GraphSelectorWidget.getTransformationInfo(ExportHelper h, CoordinatorInfo info)
           Processes actual selection and returns exact transformation tree.
 

Uses of TransformGraph in sk.uniba.euromath.editor.wizards.document
 

Methods in sk.uniba.euromath.editor.wizards.document that return TransformGraph
 TransformGraph ExportWizardProvider.getTransformGraph()
          The export graph descriptor.
 

Uses of TransformGraph in sk.uniba.euromath.gene
 

Methods in sk.uniba.euromath.gene that return TransformGraph
 TransformGraph ICoordinator.getTransformationGraph()
          Called only if getGraphBuilder() returned null.
 

Uses of TransformGraph in sk.uniba.euromath.gene.builtin
 

Methods in sk.uniba.euromath.gene.builtin that return TransformGraph
 TransformGraph XHTMLCoordinator.getTransformationGraph()
           
 TransformGraph LaTeXCoordinator.getTransformationGraph()
           
 

Uses of TransformGraph in sk.uniba.euromath.gene.controller
 

Constructors in sk.uniba.euromath.gene.controller with parameters of type TransformGraph
ExportController(XMLAccess xmlAccess, TransformGraph graph, ICoordinator coordinator)
          Constructs the object and prepares it for document exporting.
 

Uses of TransformGraph in sk.uniba.euromath.gene.exportgraph
 

Methods in sk.uniba.euromath.gene.exportgraph that return TransformGraph
 TransformGraph ExportGraphBuilder.toTransformationInfo(ExportGraph graph, ExportHelper helper, String coordinatorId, IGraphEdgeSelector selector)
          For each graph node in given graph produces a transformation info.
 

Methods in sk.uniba.euromath.gene.exportgraph with parameters of type TransformGraph
 void TransformGraph.addAll(TransformGraph other, boolean replace)
          Registers infos from the other graph.
 

Constructors in sk.uniba.euromath.gene.exportgraph with parameters of type TransformGraph
TransformGraph(TransformGraph other)
          Copy-constructor.
 



Copyright 2003-2003-2006 null. All Rights Reserved.