public final class WindowHelper extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
WindowHelper.WindowAccessor |
Modifier and Type | Method and Description |
---|---|
static WindowHelper.WindowAccessor |
getWindowAccessor() |
static void |
notifyLocationChanged(Window window,
double x,
double y) |
static void |
notifySizeChanged(Window window,
double width,
double height) |
static void |
setWindowAccessor(WindowHelper.WindowAccessor newAccessor) |
public static void notifyLocationChanged(Window window, double x, double y)
public static void notifySizeChanged(Window window, double width, double height)
public static void setWindowAccessor(WindowHelper.WindowAccessor newAccessor)
public static WindowHelper.WindowAccessor getWindowAccessor()
Copyright © 2020. All rights reserved.