A screen configuration. More...
Public Member Functions | |
double | getFrameRate () |
Gets the frame-rate. More... | |
int | getHeight () |
Gets the region size height. More... | |
fm.liveswitch.Point | getOrigin () |
Gets the region origin. More... | |
fm.liveswitch.Rectangle | getRegion () |
Gets the region. More... | |
fm.liveswitch.Size | getSize () |
Gets the region size. More... | |
int | getWidth () |
Gets the region size width. More... | |
int | getX () |
Gets the region origin X coordinate. More... | |
int | getY () |
Gets the region origin Y coordinate. More... | |
boolean | isEquivalent (fm.liveswitch.ScreenConfig config) |
Determines whether the specified configuration is equivalent. More... | |
ScreenConfig (fm.liveswitch.Point origin, fm.liveswitch.Size size, double frameRate) | |
Initializes a new instance of the fm.liveswitch.ScreenConfig class. More... | |
ScreenConfig (fm.liveswitch.Point origin, fm.liveswitch.Size size, double frameRate, int clockRate) | |
Initializes a new instance of the fm.liveswitch.ScreenConfig class. More... | |
ScreenConfig (fm.liveswitch.Rectangle region, double frameRate) | |
Initializes a new instance of the fm.liveswitch.ScreenConfig class. More... | |
ScreenConfig (fm.liveswitch.Rectangle region, double frameRate, int clockRate) | |
Initializes a new instance of the fm.liveswitch.ScreenConfig class. More... | |
ScreenConfig (int x, int y, int width, int height, double frameRate) | |
Initializes a new instance of the fm.liveswitch.ScreenConfig class. More... | |
ScreenConfig (int x, int y, int width, int height, double frameRate, int clockRate) | |
Initializes a new instance of the fm.liveswitch.ScreenConfig class. More... | |
void | setFrameRate (double value) |
Sets the frame-rate. More... | |
void | setOrigin (fm.liveswitch.Point value) |
Sets the region origin. More... | |
void | setRegion (fm.liveswitch.Rectangle value) |
Sets the region. More... | |
void | setSize (fm.liveswitch.Size value) |
Sets the region size. More... | |
String | toString () |
Returns a string that represents this instance. More... | |
A screen configuration.
fm.liveswitch.ScreenConfig.ScreenConfig | ( | fm.liveswitch.Point | origin, |
fm.liveswitch.Size | size, | ||
double | frameRate | ||
) |
Initializes a new instance of the fm.liveswitch.ScreenConfig class.
origin | The region origin. |
size | The region size. |
frameRate | The frame rate. |
fm.liveswitch.ScreenConfig.ScreenConfig | ( | fm.liveswitch.Point | origin, |
fm.liveswitch.Size | size, | ||
double | frameRate, | ||
int | clockRate | ||
) |
Initializes a new instance of the fm.liveswitch.ScreenConfig class.
origin | The region origin. |
size | The region size. |
frameRate | The frame rate. |
clockRate | The clock rate. |
fm.liveswitch.ScreenConfig.ScreenConfig | ( | fm.liveswitch.Rectangle | region, |
double | frameRate | ||
) |
Initializes a new instance of the fm.liveswitch.ScreenConfig class.
region | The region. |
frameRate | The frame rate. |
fm.liveswitch.ScreenConfig.ScreenConfig | ( | fm.liveswitch.Rectangle | region, |
double | frameRate, | ||
int | clockRate | ||
) |
Initializes a new instance of the fm.liveswitch.ScreenConfig class.
region | The region. |
frameRate | The frame rate. |
clockRate | The clock rate. |
fm.liveswitch.ScreenConfig.ScreenConfig | ( | int | x, |
int | y, | ||
int | width, | ||
int | height, | ||
double | frameRate | ||
) |
Initializes a new instance of the fm.liveswitch.ScreenConfig class.
x | The region origin X coordinate. |
y | The region origin Y coordinate. |
width | The region size width. |
height | The region size height. |
frameRate | The frame rate. |
fm.liveswitch.ScreenConfig.ScreenConfig | ( | int | x, |
int | y, | ||
int | width, | ||
int | height, | ||
double | frameRate, | ||
int | clockRate | ||
) |
Initializes a new instance of the fm.liveswitch.ScreenConfig class.
x | The region origin X coordinate. |
y | The region origin Y coordinate. |
width | The region size width. |
height | The region size height. |
frameRate | The frame rate. |
clockRate | The clock rate. |
double fm.liveswitch.ScreenConfig.getFrameRate | ( | ) |
Gets the frame-rate.
int fm.liveswitch.ScreenConfig.getHeight | ( | ) |
Gets the region size height.
fm.liveswitch.Point fm.liveswitch.ScreenConfig.getOrigin | ( | ) |
Gets the region origin.
fm.liveswitch.Rectangle fm.liveswitch.ScreenConfig.getRegion | ( | ) |
Gets the region.
fm.liveswitch.Size fm.liveswitch.ScreenConfig.getSize | ( | ) |
Gets the region size.
int fm.liveswitch.ScreenConfig.getWidth | ( | ) |
Gets the region size width.
int fm.liveswitch.ScreenConfig.getX | ( | ) |
Gets the region origin X coordinate.
int fm.liveswitch.ScreenConfig.getY | ( | ) |
Gets the region origin Y coordinate.
boolean fm.liveswitch.ScreenConfig.isEquivalent | ( | fm.liveswitch.ScreenConfig | config | ) |
Determines whether the specified configuration is equivalent.
config | The configuration. |
void fm.liveswitch.ScreenConfig.setFrameRate | ( | double | value | ) |
Sets the frame-rate.
void fm.liveswitch.ScreenConfig.setOrigin | ( | fm.liveswitch.Point | value | ) |
Sets the region origin.
void fm.liveswitch.ScreenConfig.setRegion | ( | fm.liveswitch.Rectangle | value | ) |
Sets the region.
void fm.liveswitch.ScreenConfig.setSize | ( | fm.liveswitch.Size | value | ) |
Sets the region size.
String fm.liveswitch.ScreenConfig.toString | ( | ) |
Returns a string that represents this instance.