Uses of Interface
org.graphstream.ui.swingViewer.util.Camera

Packages that use Camera
org.graphstream.ui.swingViewer   
org.graphstream.ui.swingViewer.basicRenderer   
org.graphstream.ui.swingViewer.util   
 

Uses of Camera in org.graphstream.ui.swingViewer
 

Methods in org.graphstream.ui.swingViewer that return Camera
abstract  Camera View.getCamera()
          Get a camera object to provide control commands on the view.
 Camera GraphRenderer.getCamera()
          Get a camera object to provide control commands on the view.
 Camera DefaultView.getCamera()
           
 

Uses of Camera in org.graphstream.ui.swingViewer.basicRenderer
 

Methods in org.graphstream.ui.swingViewer.basicRenderer that return Camera
 Camera SwingBasicGraphRenderer.getCamera()
           
 

Methods in org.graphstream.ui.swingViewer.basicRenderer with parameters of type Camera
 void ElementRenderer.render(StyleGroup group, Graphics2D g, Camera camera)
          Render all the (visible) elements of the group.
 

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

Classes in org.graphstream.ui.swingViewer.util that implement Camera
 class DefaultCamera
          Define how the graph is viewed.
 



Copyright © 2013. All Rights Reserved.