intarsys CWT library

Uses of Interface
de.intarsys.cwt.environment.IGraphicsContext

Packages that use IGraphicsContext
de.intarsys.cwt.awt.environment   
de.intarsys.cwt.awt.image   
de.intarsys.cwt.common   
de.intarsys.cwt.hybrid.image   
de.intarsys.cwt.image   
de.intarsys.cwt.swt.environment   
de.intarsys.cwt.swt.image   
 

Uses of IGraphicsContext in de.intarsys.cwt.awt.environment
 

Classes in de.intarsys.cwt.awt.environment that implement IGraphicsContext
 class CwtAwtGraphicsContext
          The AWT implementation of IGraphicsContext
 

Uses of IGraphicsContext in de.intarsys.cwt.awt.image
 

Methods in de.intarsys.cwt.awt.image with parameters of type IGraphicsContext
 void CwtAwtImage.drawFromGraphicsContext(IGraphicsContext graphicsContext, float x, float y)
           
 

Uses of IGraphicsContext in de.intarsys.cwt.common
 

Methods in de.intarsys.cwt.common with parameters of type IGraphicsContext
 void IPaint.setBackgroundPaintFromGraphicsContext(IGraphicsContext graphicsContext)
           
 void IPaint.setForegroundPaintFromGraphicsContext(IGraphicsContext graphicsContext)
           
 

Uses of IGraphicsContext in de.intarsys.cwt.hybrid.image
 

Methods in de.intarsys.cwt.hybrid.image with parameters of type IGraphicsContext
 void ImageIOImageEntry.drawFromGraphicsContext(IGraphicsContext graphicsContext, float x, float y)
           
 void CwtHybridImage.drawFromGraphicsContext(IGraphicsContext graphicsContext, float x, float y)
           
 

Uses of IGraphicsContext in de.intarsys.cwt.image
 

Methods in de.intarsys.cwt.image with parameters of type IGraphicsContext
 void IImage.drawFromGraphicsContext(IGraphicsContext graphicsContext, float x, float y)
           
 

Uses of IGraphicsContext in de.intarsys.cwt.swt.environment
 

Classes in de.intarsys.cwt.swt.environment that implement IGraphicsContext
 class CwtSwtGraphicsContext
          An IGraphicsContext mapping to SWT.
 

Uses of IGraphicsContext in de.intarsys.cwt.swt.image
 

Methods in de.intarsys.cwt.swt.image with parameters of type IGraphicsContext
 void CwtSwtImage.drawFromGraphicsContext(IGraphicsContext graphicsContext, float x, float y)
           
 


intarsys CWT library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.