| Modifier and Type | Class and Description |
|---|---|
class |
Window |
| Modifier and Type | Method and Description |
|---|---|
abstract Dimension |
Game.getWindowDimensions()
Returns the dimensions of the window.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CoreEngine.createWindow(String title,
Dimension dimensions)
Creates a new Window.
|
| Constructor and Description |
|---|
Window(Dimension copy) |
| Modifier and Type | Method and Description |
|---|---|
Window |
GraphicsBindingProvider.getWindow(Dimension dimension) |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
Vector2f.toDimension()
Returns a new Dimension instance
width from X-value
height from Y-value
|
| Modifier and Type | Field and Description |
|---|---|
static Dimension |
Dimension.CGA |
static Dimension |
Dimension.FWVGA |
static Dimension |
Dimension.HD_1080 |
static Dimension |
Dimension.HD_720 |
static Dimension |
Dimension.PAL |
static Dimension |
Dimension.QSXGA |
static Dimension |
Dimension.QVGA |
static Dimension |
Dimension.QXGA |
static Dimension |
Dimension.SVGA |
static Dimension |
Dimension.SXGA |
static Dimension |
Dimension.SXGA_PLUS |
static Dimension |
Dimension.UHD_2K |
static Dimension |
Dimension.UHD_4K_CINEMA |
static Dimension |
Dimension.UHD_4K_TV |
static Dimension |
Dimension.UXGA |
static Dimension |
Dimension.VGA |
static Dimension |
Dimension.WQXGA |
static Dimension |
Dimension.WUXGA |
static Dimension |
Dimension.WVGA |
static Dimension |
Dimension.WXGA |
static Dimension |
Dimension.WXGA_5_3 |
static Dimension |
Dimension.WXGA_PLUS |
static Dimension |
Dimension.XGA |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
Dimension.factor2() |
static Dimension |
Dimension.fromBufferedImage(BufferedImage image) |
| Constructor and Description |
|---|
Dimension(Dimension copy) |
| Modifier and Type | Class and Description |
|---|---|
class |
FrameBuffer |
| Constructor and Description |
|---|
FrameBuffer(Dimension dimension) |
FrameBuffer(Dimension texture,
int samples) |
| Modifier and Type | Method and Description |
|---|---|
static TexturableData |
ImageGenerator.bytesFromColor(Dimension dimension,
Color color) |
| Constructor and Description |
|---|
Quad(Dimension size)
Initializes a Quad with the given dimensions
|
Quad(Dimension size,
boolean flip)
Initializes a Quad with the given dimensions,
if flip is set to true, the texture coordinates
will get flipped
|
| Modifier and Type | Class and Description |
|---|---|
class |
Texture |
| Modifier and Type | Field and Description |
|---|---|
protected Dimension |
ByteImage.dimension |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
ByteImage.getDimension() |
Dimension |
TexturableData.getDimension()
Width & Height
|
Dimension |
Texture.getDimension()
Width & Height
|
| Modifier and Type | Method and Description |
|---|---|
void |
ByteImage.setDimension(Dimension dimension) |
| Constructor and Description |
|---|
ByteImage(ByteBuffer data,
boolean alpha,
Dimension dimension) |
Texture(BufferedImage image,
Dimension dimension) |
Texture(Dimension dimension) |
Texture(Dimension dimension,
Filter minFilter,
Filter magFilter,
InternalFormat internalFormat,
Format format,
boolean alpha) |
Texture(Dimension dimension,
Type type,
Filter minFilter,
Filter magFilter,
InternalFormat internalFormat,
Format format,
boolean alpha,
ByteBuffer data) |
| Modifier and Type | Method and Description |
|---|---|
Texture |
BasicResourceLoader.getTexture(String name,
Dimension dimension)
Loads a image file and converts it into a
Texture. |
static Texture |
ResourceLoader.getTexture(String name,
Dimension dimension)
Loads a image file and converts it into a
Texture. |
Texture |
ResourceLoaderProvider.getTexture(String name,
Dimension dimension) |
Texture |
BasicResourceLoader.getTexture(String name,
Dimension dimension,
boolean forceLoading)
Loads a image file and converts it into a
Texture. |
static Texture |
ResourceLoader.getTexture(String name,
Dimension dimension,
boolean forceLoading)
Loads a image file and converts it into a
Texture. |
Texture |
ResourceLoaderProvider.getTexture(String name,
Dimension dimension,
boolean forceLoading) |
static ByteBuffer |
ResourceConverter.toByteBuffer(BufferedImage image,
Dimension dimension) |
| Modifier and Type | Field and Description |
|---|---|
protected Dimension |
TextureLoader.dimension
Supplied dimensions (can be null)
|
| Constructor and Description |
|---|
TextureLoader(Dimension dimension)
Construct with dimension.
|
| Constructor and Description |
|---|
Camera(Dimension screen) |
OrthographicCamera(Dimension screen) |
| Modifier and Type | Class and Description |
|---|---|
class |
LWJGLWindow |
| Constructor and Description |
|---|
LWJGLWindow(Dimension copy) |
| Modifier and Type | Method and Description |
|---|---|
Window |
LWJGLGraphicsBindingProvider.getWindow(Dimension dimension) |
Copyright © 2015. All rights reserved.