Uses of Interface
edu.uci.ics.jung.visualization.graphics.GraphicsContext

Packages that use GraphicsContext
edu.uci.ics.jung.visualization   
edu.uci.ics.jung.visualization.graphics   
edu.uci.ics.jung.visualization.swt   
edu.uci.ics.jung.visualization.swt.graphics   
 

Uses of GraphicsContext in edu.uci.ics.jung.visualization
 

Methods in edu.uci.ics.jung.visualization that return GraphicsContext
 GraphicsContext ScreenDevice.getGraphicsContext()
           
 

Uses of GraphicsContext in edu.uci.ics.jung.visualization.graphics
 

Classes in edu.uci.ics.jung.visualization.graphics that implement GraphicsContext
 class GraphicsWrapper
           
 

Fields in edu.uci.ics.jung.visualization.graphics declared as GraphicsContext
protected  GraphicsContext GraphicsWrapper.delegate
           
 

Methods in edu.uci.ics.jung.visualization.graphics that return GraphicsContext
 GraphicsContext GraphicsWrapper.getDelegate()
           
 GraphicsContext LayeredImage.getGraphicsContext()
           
abstract  GraphicsContext Image.getGraphicsContext()
           
 

Methods in edu.uci.ics.jung.visualization.graphics with parameters of type GraphicsContext
 void LayeredImage.draw(GraphicsContext g, int x, int y)
           
 void Image.draw(GraphicsContext graphicsContext, int x, int y)
           
 void GraphicsWrapper.setDelegate(GraphicsContext delegate)
           
 

Constructors in edu.uci.ics.jung.visualization.graphics with parameters of type GraphicsContext
GraphicsWrapper(GraphicsContext delegate)
           
 

Uses of GraphicsContext in edu.uci.ics.jung.visualization.swt
 

Methods in edu.uci.ics.jung.visualization.swt that return GraphicsContext
 GraphicsContext ScreenDevice.getGraphicsContext()
           
 

Methods in edu.uci.ics.jung.visualization.swt with parameters of type GraphicsContext
 void ScreenDevice.setGraphicsContext(GraphicsContext graphicsContext)
           
 

Uses of GraphicsContext in edu.uci.ics.jung.visualization.swt.graphics
 

Classes in edu.uci.ics.jung.visualization.swt.graphics that implement GraphicsContext
 class GCGraphicsContext
          An adapter that translates invokations of the GraphicsContext interface to the necessary invokations on its org.eclipse.swt.graphics.GC delegate.
 

Methods in edu.uci.ics.jung.visualization.swt.graphics that return GraphicsContext
 GraphicsContext SWTImageImpl.getGraphicsContext()
           
 



Copyright © 2007. All Rights Reserved.