Package | Description |
---|---|
edu.umd.cs.piccolox.swt |
This package provides a SWT implementation of the core Piccolo library.
|
Modifier and Type | Field and Description |
---|---|
static PSWTCanvas |
PSWTCanvas.CURRENT_CANVAS
Terrible Singleton instance of the PSWTCanvas.
|
Constructor and Description |
---|
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,
String fileName)
Constructs a PSWTImage wrapping the provided image after loading it from
the file.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.