Uses of Class
heronarts.glx.GLXWindow
Packages that use GLXWindow
-
Uses of GLXWindow in heronarts.glx
Fields in heronarts.glx declared as GLXWindowModifier and TypeFieldDescriptionfinal GLXWindowGLX.windowThe window that runs this applicationMethods in heronarts.glx with parameters of type GLXWindowModifier and TypeMethodDescriptionprotected abstract GLXGLXApp.buildLXInstance(GLXWindow window, GLX.Flags flags) voidGLXWindow.Delegate.onContentScaleChanged(GLXWindow window, float contentScaleX, float contentScaleY) voidGLXWindow.Delegate.onDropFile(GLXWindow window, String fileName) voidGLXWindow.Delegate.onFramebufferSizeChanged(GLXWindow window, float framebufferWidth, float framebufferHeight) voidGLXWindow.Delegate.onShutdown(GLXWindow window) voidGLXWindow.Delegate.onWindowClose(GLXWindow window) voidGLXWindow.Delegate.onZoomChanged(GLXWindow window, float uiZoom) voidGLXWindow.Delegate.setClipboardText(GLXWindow window, String clipboardText) Constructors in heronarts.glx with parameters of type GLXWindow