Uses of Class
org.graphstream.ui.graphicGraph.GraphicGraph

Packages that use GraphicGraph
org.graphstream.ui.graphicGraph   
org.graphstream.ui.swingViewer   
org.graphstream.ui.swingViewer.basicRenderer   
org.graphstream.ui.swingViewer.util   
 

Uses of GraphicGraph in org.graphstream.ui.graphicGraph
 

Methods in org.graphstream.ui.graphicGraph that return GraphicGraph
 GraphicGraph GraphicElement.myGraph()
           
 

Constructors in org.graphstream.ui.graphicGraph with parameters of type GraphicGraph
GraphicElement(String id, GraphicGraph graph)
          New element.
GraphicNode(GraphicGraph graph, String id, HashMap<String,Object> attributes)
          New graphic node.
GraphicSprite(String id, GraphicGraph graph)
          New sprite.
 

Uses of GraphicGraph in org.graphstream.ui.swingViewer
 

Methods in org.graphstream.ui.swingViewer that return GraphicGraph
 GraphicGraph Viewer.getGraphicGraph()
          The underlying graphic graph.
 

Methods in org.graphstream.ui.swingViewer with parameters of type GraphicGraph
abstract  void View.close(GraphicGraph graph)
          Close definitively this view.
 void DefaultView.close(GraphicGraph graph)
           
abstract  void View.display(GraphicGraph graph, boolean graphChanged)
          Redisplay or update the view contents.
 void DefaultView.display(GraphicGraph graph, boolean graphChanged)
           
 void GraphRenderer.open(GraphicGraph graph, Container drawingSurface)
           
 void GraphRendererBase.open(GraphicGraph graph, Container renderingSurface)
           
 void LayerRenderer.render(Graphics2D graphics, GraphicGraph graph, double px2Gu, int widthPx, int heightPx, double minXGu, double minYGu, double maxXGu, double maxYGu)
          Render something under or above the graph.
 

Constructors in org.graphstream.ui.swingViewer with parameters of type GraphicGraph
Viewer(GraphicGraph graph)
          We draw a pre-existing graphic graph.
 

Uses of GraphicGraph in org.graphstream.ui.swingViewer.basicRenderer
 

Methods in org.graphstream.ui.swingViewer.basicRenderer with parameters of type GraphicGraph
 void SwingBasicGraphRenderer.open(GraphicGraph graph, Container renderingSurface)
           
 

Uses of GraphicGraph in org.graphstream.ui.swingViewer.util
 

Methods in org.graphstream.ui.swingViewer.util with parameters of type GraphicGraph
 ArrayList<GraphicElement> DefaultCamera.allNodesOrSpritesIn(GraphicGraph graph, double x1, double y1, double x2, double y2)
          Search for all the nodes and sprites contained inside the rectangle (x1,y1)-(x2,y2).
 void DefaultCamera.checkVisibility(GraphicGraph graph)
          Process each node to check if it is in the actual view port, and mark invisible nodes.
 GraphicElement DefaultCamera.findNodeOrSpriteAt(GraphicGraph graph, double x, double y)
          Search for the first node or sprite (in that order) that contains the point at coordinates (x, y).
 void DefaultCamera.pushView(GraphicGraph graph, Graphics2D g2)
          Set the camera view in the given graphics and backup the previous transform of the graphics.
 void DefaultCamera.setPadding(GraphicGraph graph)
          Set the graph padding.
 

Constructors in org.graphstream.ui.swingViewer.util with parameters of type GraphicGraph
DefaultCamera(GraphicGraph graph)
          New camera.
MouseManager(GraphicGraph graph, View view)
          New mouse manager on the given view.
 



Copyright © 2011. All Rights Reserved.