public class Framerate
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Framerate |
ACTUAL
Defines actual frame rate.
|
static Framerate |
MAX
Defines maximal frame rate.
|
static Framerate |
MIN
Defines minimal frame rate.
|
Constructor and Description |
---|
Framerate(int value)
Creates the required frame rate value in FPS units.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the specified frame rate value if FPS units.
|
java.lang.String |
toString() |
public static final Framerate ACTUAL
public static final Framerate MIN
public static final Framerate MAX