public class ViewerCanvas extends Object
| Constructor and Description |
|---|
ViewerCanvas(NDViewer display) |
| Modifier and Type | Method and Description |
|---|---|
JPanel |
getCanvas() |
void |
onCanvasResize(int w,
int h)
Set the size of the image displayed on screen, which is not neccesarily
the same as the image pixels read to create it
|
void |
onDisplayClose() |
public ViewerCanvas(NDViewer display)
public void onDisplayClose()
public void onCanvasResize(int w,
int h)
w - h - public JPanel getCanvas()
Copyright © 2023. All rights reserved.