|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectij.gui.GUI
public class GUI
This class consists of static GUI utility methods.
| Constructor Summary | |
|---|---|
GUI()
|
|
| Method Summary | |
|---|---|
static void |
center(Window win)
Positions the specified window in the center of the screen. |
static Image |
createBlankImage(int width,
int height)
Creates a white AWT Image image of the specified size. |
static void |
fix(Scrollbar sb)
Lightens overly dark scrollbar background on Windows 8. |
static Rectangle |
getMaxWindowBounds()
|
static Rectangle |
getUnionOfBounds()
|
static Rectangle |
getZeroBasedMaxBounds()
|
static boolean |
showCompositeAdvisory(ImagePlus imp,
String title)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GUI()
| Method Detail |
|---|
public static void center(Window win)
public static Rectangle getMaxWindowBounds()
public static Rectangle getZeroBasedMaxBounds()
public static Rectangle getUnionOfBounds()
public static Image createBlankImage(int width,
int height)
public static void fix(Scrollbar sb)
public static boolean showCompositeAdvisory(ImagePlus imp,
String title)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||