public interface DisplayWindow
DisplayPanel
.Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
findDisplayContentScreenX()
Finds the x coordinate on the screen of the origin of the display window's
content.
|
int |
findDisplayContentScreenY()
Finds the y coordinate on the screen of the origin of the display window's
content.
|
void |
pack() |
void |
requestFocus() |
void |
setContent(DisplayPanel panel) |
void |
setTitle(String s) |
void |
showDisplay(boolean visible)
Places this component into the desktop environment.
|
void setTitle(String s)
void setContent(DisplayPanel panel)
void pack()
void showDisplay(boolean visible)
void requestFocus()
void close()
int findDisplayContentScreenX()
int findDisplayContentScreenY()
Copyright © 2015–2022 SciJava. All rights reserved.