|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphMetrics | |
---|---|
org.graphstream.ui.swingViewer.basicRenderer.shapes | |
org.graphstream.ui.swingViewer.util |
Uses of GraphMetrics in org.graphstream.ui.swingViewer.basicRenderer.shapes |
---|
Methods in org.graphstream.ui.swingViewer.basicRenderer.shapes with parameters of type GraphMetrics | |
---|---|
void |
Shape.render(Graphics2D g,
GraphMetrics metrics)
Same as calling Shape.renderStroke(Graphics2D,GraphMetrics) and
Shape.renderFill(Graphics2D,GraphMetrics) at once. |
void |
Arrow.renderFill(Graphics2D g,
GraphMetrics metrics)
|
abstract void |
Shape.renderFill(Graphics2D g,
GraphMetrics metrics)
Render the filled part of the shape. |
void |
Arrow.renderStroke(Graphics2D g,
GraphMetrics metrics)
|
abstract void |
Shape.renderStroke(Graphics2D g,
GraphMetrics metrics)
Render the stroke of the shape. |
Uses of GraphMetrics in org.graphstream.ui.swingViewer.util |
---|
Methods in org.graphstream.ui.swingViewer.util that return GraphMetrics | |
---|---|
GraphMetrics |
Camera.getMetrics()
Get the GraphMetrics object linked to this Camera. |
GraphMetrics |
DefaultCamera.getMetrics()
|
Methods in org.graphstream.ui.swingViewer.util with parameters of type GraphMetrics | |
---|---|
static Stroke |
StrokeFactory.generateStroke(Style style,
GraphMetrics metrics)
Generate a stroke of the appropriate width and style according to the given style and metrics. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |