GraphLab Project

Uses of Class
graphlab.graph.graph.AbstractGraphRenderer

Packages that use AbstractGraphRenderer
graphlab.graph   
graphlab.graph.graph   
graphlab.graph.old   
graphlab.graph.ui   
graphlab.plugins.main   
graphlab.plugins.main.core.actions.edge   
graphlab.plugins.main.saveload.image   
 

Uses of AbstractGraphRenderer in graphlab.graph
 

Methods in graphlab.graph that return AbstractGraphRenderer
 AbstractGraphRenderer JGraph.getGraphView()
           
 AbstractGraphRenderer JGraph.getView()
           
 

Methods in graphlab.graph with parameters of type AbstractGraphRenderer
 void GraphUtils.ignoreRepaints(AbstractGraphRenderer renderer, java.lang.Runnable run, boolean repaintAfter)
           
 

Constructors in graphlab.graph with parameters of type AbstractGraphRenderer
JGraph(GraphModel g, AbstractGraphRenderer view)
           
 

Uses of AbstractGraphRenderer in graphlab.graph.graph
 

Subclasses of AbstractGraphRenderer in graphlab.graph.graph
 class FastRenderer
           
 

Methods in graphlab.graph.graph that return AbstractGraphRenderer
static AbstractGraphRenderer AbstractGraphRenderer.getCurrentGraphRenderer(BlackBoard b)
           
 

Method parameters in graphlab.graph.graph with type arguments of type AbstractGraphRenderer
 void AbstractGraphRenderer.addPostPaintHandler(PaintHandler<AbstractGraphRenderer> ph)
          adds ph to Post Paint Handlers which means that ph.paint will be called after each rendering of graph
 void AbstractGraphRenderer.addPrePaintHandler(PaintHandler<AbstractGraphRenderer> ph)
          adds ph to Pre Paint Handlers which means that ph.paint will be called before each rendering of graph
 

Uses of AbstractGraphRenderer in graphlab.graph.old
 

Subclasses of AbstractGraphRenderer in graphlab.graph.old
 class AcceleratedRenderer
          a super renderer, not working completely yet.
 class LayeredRenderer
           
 class SuperAcceleratedRenderer
          a super accelerated renderer, not working completely yet.
 

Uses of AbstractGraphRenderer in graphlab.graph.ui
 

Fields in graphlab.graph.ui declared as AbstractGraphRenderer
protected  AbstractGraphRenderer GraphRectRegionSelect.gv
           
 

Uses of AbstractGraphRenderer in graphlab.plugins.main
 

Methods in graphlab.plugins.main that return AbstractGraphRenderer
 AbstractGraphRenderer GraphData.getGraphRenderer()
           
 

Uses of AbstractGraphRenderer in graphlab.plugins.main.core.actions.edge
 

Fields in graphlab.plugins.main.core.actions.edge declared as AbstractGraphRenderer
protected  AbstractGraphRenderer AddEdge.gv
           
 

Uses of AbstractGraphRenderer in graphlab.plugins.main.saveload.image
 

Methods in graphlab.plugins.main.saveload.image with parameters of type AbstractGraphRenderer
static java.awt.image.BufferedImage Image.Graph2Image(AbstractGraphRenderer gv, GraphModel gm)
           
 


GraphLab Project