public class VideoMode extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
VideoMode.PixelFormat |
Modifier and Type | Field and Description |
---|---|
int |
fps |
int |
height |
VideoMode.PixelFormat |
pixelFormat |
int |
width |
Constructor and Description |
---|
VideoMode(int pixelFormat,
int width,
int height,
int fps) |
VideoMode(VideoMode.PixelFormat pixelFormat,
int width,
int height,
int fps) |
Modifier and Type | Method and Description |
---|---|
static VideoMode.PixelFormat |
getPixelFormatFromInt(int pixelFormat) |
public VideoMode.PixelFormat pixelFormat
public int width
public int height
public int fps
public VideoMode(int pixelFormat, int width, int height, int fps)
public VideoMode(VideoMode.PixelFormat pixelFormat, int width, int height, int fps)
public static VideoMode.PixelFormat getPixelFormatFromInt(int pixelFormat)