Uses of Class
org.graphstream.ui.swingViewer.util.GraphMetrics

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.
abstract  void Shape.renderFill(Graphics2D g, GraphMetrics metrics)
          Render the filled part of the shape.
 void Arrow.renderFill(Graphics2D g, GraphMetrics metrics)
           
abstract  void Shape.renderStroke(Graphics2D g, GraphMetrics metrics)
          Render the stroke of the shape.
 void Arrow.renderStroke(Graphics2D g, GraphMetrics metrics)
           
 

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

Methods in org.graphstream.ui.swingViewer.util that return GraphMetrics
 GraphMetrics DefaultCamera.getMetrics()
           
 GraphMetrics Camera.getMetrics()
          Get the GraphMetrics object linked to this Camera.
 

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.
 



Copyright © 2011. All Rights Reserved.