public abstract class Window extends Dimension implements RenderTarget
| Modifier and Type | Field and Description |
|---|---|
protected static Window |
instance |
static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
Window(Dimension copy) |
Window(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
create(String title) |
abstract void |
dispose() |
abstract void |
enableResize(boolean enable) |
static Window |
get() |
Vector2f |
getCenter() |
abstract String |
getTitle() |
abstract boolean |
isCloseRequested() |
abstract void |
render() |
abstract boolean |
resized()
This should set the width/height of the class
as well!
|
abstract void |
setTitle(String title) |
factor2, fromBufferedImage, getHeight, getWidth, setHeight, setWidthabs, add, add, cross, div, div, dot, isNullVector, length, lerp, max, mul, mul, normalize, normalized, rotate, set, set, sub, sub, toDimensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbindAsRenderTargetpublic static final org.slf4j.Logger LOGGER
protected static Window instance
public Window(Dimension copy)
public Window(int width,
int height)
public static Window get()
public Vector2f getCenter()
public abstract void create(String title)
public abstract void enableResize(boolean enable)
public abstract void render()
public abstract boolean isCloseRequested()
public abstract boolean resized()
public abstract void dispose()
public abstract String getTitle()
public abstract void setTitle(String title)
Copyright © 2014. All rights reserved.