public interface Backend
extends org.graphstream.ui.view.camera.Backend
| Modifier and Type | Method and Description |
|---|---|
Shape |
chooseEdgeArrowShape(Shape oldShape,
org.graphstream.ui.graphicGraph.StyleGroup group) |
Shape |
chooseEdgeShape(Shape oldShape,
org.graphstream.ui.graphicGraph.StyleGroup group) |
GraphBackgroundRenderer |
chooseGraphBackgroundRenderer() |
Shape |
chooseNodeShape(Shape oldShape,
org.graphstream.ui.graphicGraph.StyleGroup group) |
Shape |
chooseSpriteShape(Shape oldShape,
org.graphstream.ui.graphicGraph.StyleGroup group) |
void |
close()
Called after finished using this object.
|
java.awt.Container |
drawingSurface()
The drawing surface.
|
java.awt.Graphics2D |
graphics2D()
The Java2D graphics.
|
void |
open(java.awt.Container drawingSurface)
Called before any prior use of this back-end.
|
void |
prepareNewFrame(java.awt.Graphics2D g2)
Setup the back-end for a new rendering session.
|
void open(java.awt.Container drawingSurface)
void close()
void prepareNewFrame(java.awt.Graphics2D g2)
java.awt.Graphics2D graphics2D()
Shape chooseNodeShape(Shape oldShape, org.graphstream.ui.graphicGraph.StyleGroup group)
Shape chooseEdgeShape(Shape oldShape, org.graphstream.ui.graphicGraph.StyleGroup group)
Shape chooseEdgeArrowShape(Shape oldShape, org.graphstream.ui.graphicGraph.StyleGroup group)
Shape chooseSpriteShape(Shape oldShape, org.graphstream.ui.graphicGraph.StyleGroup group)
GraphBackgroundRenderer chooseGraphBackgroundRenderer()
java.awt.Container drawingSurface()