Uses of Class
org.graphstream.ui.graphicGraph.GraphicGraph
| Package | Description |
|---|---|
| org.graphstream.ui.graphicGraph | |
| org.graphstream.ui.view | |
| org.graphstream.ui.view.camera | |
| org.graphstream.ui.view.util |
-
Uses of GraphicGraph in org.graphstream.ui.graphicGraph
Methods in org.graphstream.ui.graphicGraph that return GraphicGraph Modifier and Type Method Description GraphicGraphGraphicElement. myGraph()Constructors in org.graphstream.ui.graphicGraph with parameters of type GraphicGraph Constructor Description 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.view
Methods in org.graphstream.ui.view that return GraphicGraph Modifier and Type Method Description GraphicGraphViewer. getGraphicGraph()The underlying graphic graph.Methods in org.graphstream.ui.view with parameters of type GraphicGraph Modifier and Type Method Description voidView. close(GraphicGraph graph)Close definitively this view.voidView. display(GraphicGraph graph, boolean graphChanged)Redisplay or update the view contents.abstract voidViewer. init(GraphicGraph graph, ProxyPipe ppipe, Source source)Initialise the viewer.voidGraphRenderer. open(GraphicGraph graph, S drawingSurface)voidGraphRendererBase. open(GraphicGraph graph, S renderingSurface)voidLayerRenderer. render(G graphics, GraphicGraph graph, double px2Gu, int widthPx, int heightPx, double minXGu, double minYGu, double maxXGu, double maxYGu)Render something under or above the graph. -
Uses of GraphicGraph in org.graphstream.ui.view.camera
Methods in org.graphstream.ui.view.camera with parameters of type GraphicGraph Modifier and Type Method Description Collection<GraphicElement>Camera. allGraphicElementsIn(GraphicGraph graph, EnumSet<InteractiveElement> types, double x1, double y1, double x2, double y2)Collection<GraphicElement>DefaultCamera2D. allGraphicElementsIn(GraphicGraph graph, EnumSet<InteractiveElement> types, double x1, double y1, double x2, double y2)voidDefaultCamera2D. checkVisibility(GraphicGraph graph)GraphicElementCamera. findGraphicElementAt(GraphicGraph graph, EnumSet<InteractiveElement> types, double x, double y)GraphicElementDefaultCamera2D. findGraphicElementAt(GraphicGraph graph, EnumSet<InteractiveElement> types, double x, double y)Search for the first GraphicElement among those specified.voidDefaultCamera2D. pushView(GraphicGraph graph)Set the camera view in the given graphics and backup the previous transform of the graphics.voidDefaultCamera2D. setBounds(GraphicGraph graph)Set the graphic graph bounds from the graphic graph.voidDefaultCamera2D. setPadding(GraphicGraph graph)Set the graph padding.Constructors in org.graphstream.ui.view.camera with parameters of type GraphicGraph Constructor Description DefaultCamera2D(GraphicGraph graph) -
Uses of GraphicGraph in org.graphstream.ui.view.util
Methods in org.graphstream.ui.view.util with parameters of type GraphicGraph Modifier and Type Method Description voidMouseManager. init(GraphicGraph graph, View view)Make the manager active on the given graph and view.voidShortcutManager. init(GraphicGraph graph, View view)Make the manager active on the given graph and view.