Uses of Class
edu.umd.cs.piccolox.swt.PSWTCanvas

Packages that use PSWTCanvas
edu.umd.cs.piccolox.swt This package provides a SWT implementation of the core Piccolo library. 
 

Uses of PSWTCanvas in edu.umd.cs.piccolox.swt
 

Fields in edu.umd.cs.piccolox.swt declared as PSWTCanvas
static PSWTCanvas PSWTCanvas.CURRENT_CANVAS
          Terrible Singleton instance of the PSWTCanvas.
 

Constructors in edu.umd.cs.piccolox.swt with parameters of type PSWTCanvas
PSWTImage(PSWTCanvas canvas)
          Constructs a PSWTImage attached to the provided canvas and with a null image.
PSWTImage(PSWTCanvas canvas, org.eclipse.swt.graphics.Image image)
          Constructs a PSWTImage wrapping the provided image.
PSWTImage(PSWTCanvas canvas, java.lang.String fileName)
          Constructs a PSWTImage wrapping the provided image after loading it from the file.
 



Copyright © 1995-2011 Piccolo2D. All Rights Reserved.