GraphLab Project

Uses of Interface
graphlab.graph.graph.PaintHandler

Packages that use PaintHandler
graphlab.graph.graph   
graphlab.graph.ui   
graphlab.plugins.main.core.actions   
graphlab.plugins.main.core.actions.edge   
 

Uses of PaintHandler in graphlab.graph.graph
 

Methods in graphlab.graph.graph with parameters of type PaintHandler
 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
 void AbstractGraphRenderer.removePaintHandler(PaintHandler ph)
          removes ph from both pre and post paint handlers and then repaints the graph
 

Uses of PaintHandler in graphlab.graph.ui
 

Classes in graphlab.graph.ui that implement PaintHandler
 class GraphRectRegionSelect
           
 

Uses of PaintHandler in graphlab.plugins.main.core.actions
 

Classes in graphlab.plugins.main.core.actions that implement PaintHandler
 class VertexTransformer
          A class to transform the seleected vertices using mouse This class is not completely working yet!

Now has conflicts with GraphRectRegionSelect

 

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

Classes in graphlab.plugins.main.core.actions.edge that implement PaintHandler
 class AddEdge
           
 class DragEdge
           
 


GraphLab Project