-
-
Methods in org.graphstream.ui.view with parameters of type GraphicGraph
| Modifier and Type |
Method |
Description |
void |
View.close(GraphicGraph graph) |
Close definitively this view.
|
void |
View.display(GraphicGraph graph,
boolean graphChanged) |
Redisplay or update the view contents.
|
abstract void |
Viewer.init(GraphicGraph graph,
ProxyPipe ppipe,
Source source) |
Initialise the viewer.
|
void |
GraphRenderer.open(GraphicGraph graph,
S drawingSurface) |
|
void |
GraphRendererBase.open(GraphicGraph graph,
S renderingSurface) |
|
void |
LayerRenderer.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.
|
-
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) |
|
void |
DefaultCamera2D.checkVisibility(GraphicGraph graph) |
|
GraphicElement |
Camera.findGraphicElementAt(GraphicGraph graph,
EnumSet<InteractiveElement> types,
double x,
double y) |
|
GraphicElement |
DefaultCamera2D.findGraphicElementAt(GraphicGraph graph,
EnumSet<InteractiveElement> types,
double x,
double y) |
Search for the first GraphicElement among those specified.
|
void |
DefaultCamera2D.pushView(GraphicGraph graph) |
Set the camera view in the given graphics and backup the previous transform
of the graphics.
|
void |
DefaultCamera2D.setBounds(GraphicGraph graph) |
Set the graphic graph bounds from the graphic graph.
|
void |
DefaultCamera2D.setPadding(GraphicGraph graph) |
Set the graph padding.
|
-