org.gnu.gtk
public class Preview extends Widget
| Constructor Summary | |
|---|---|
| Preview(PreviewType previewType)
Construct a new PreviewType object
| |
| Method Summary | |
|---|---|
| void | drawRow(byte[] data, int x, int y, int w) |
| void | put(Window win, GC gc, int srcX, int srcY, int destX, int destY, int width, int height) |
| void | reset() |
| void | setColorCube(int numRedShades, int numGreenShades, int numBlueShades, int numGrayShades) |
| void | setExpand(boolean expand) |
| void | setGamma(double gamma) |
| void | setSize(int width, int height)
Set the size for this Preview.
|
Parameters: previewType
Parameters: width height