| 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 |
MainBindingProvider.getWindow(Dimension dimension) |
Window |
BindingProvider.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 | 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 |
Texture.getDimension()
Width & Height
|
Dimension |
TexturableData.getDimension()
Width & Height
|
Dimension |
ByteImage.getDimension() |
| 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 |
|---|---|
protected static Dimension |
ResourceConverter.fit(Dimension image,
Dimension bounds) |
| Modifier and Type | Method and Description |
|---|---|
protected static Dimension |
ResourceConverter.fit(Dimension image,
Dimension bounds) |
protected static Vector2f |
ResourceConverter.getForPadding(Dimension drawSpace,
Dimension size,
ResourceConverter.PaddingMode mode) |
static Texture |
ResourceLoader.getTexture(String name,
Dimension dimension)
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. |
static ByteBuffer |
ResourceConverter.toByteBuffer(BufferedImage image,
Dimension dimension) |
static ByteBuffer |
ResourceConverter.toByteBuffer(BufferedImage image,
Dimension dimension,
ResourceConverter.PaddingMode mode) |
| 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 |
LWJGLProvider.getWindow(Dimension dimension) |
Copyright © 2014. All rights reserved.