|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |