public class Dimension extends Vector2f
| Constructor and Description |
|---|
Dimension(Dimension copy) |
Dimension(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
factor2() |
static Dimension |
fromBufferedImage(BufferedImage image) |
int |
getHeight() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setWidth(int width) |
public Dimension(Dimension copy)
public Dimension(int width,
int height)
public static Dimension fromBufferedImage(BufferedImage image)
public Dimension factor2()
public void setHeight(int height)
public void setWidth(int width)
public int getHeight()
public int getWidth()
Copyright © 2014. All rights reserved.