public final class StoredScreenSize
extends java.lang.Object
implements java.io.Serializable
StoredScreenSize
class provides a container for a stored screen size.
Note that this class cannot be subclassed!
Modifier and Type | Field and Description |
---|---|
java.lang.String |
fDescription |
int |
fHeight |
boolean |
fSet |
int |
fWidth |
Constructor and Description |
---|
StoredScreenSize(boolean set,
java.lang.String description,
int width,
int height)
Constructs a
StoredScreenSize object and initialises it. |
public java.lang.String fDescription
public int fHeight
public boolean fSet
public int fWidth
public StoredScreenSize(boolean set, java.lang.String description, int width, int height)
StoredScreenSize
object and initialises it.set
- a boolean
indicating whether or not the stored screen size is setdescription
- the descriptionwidth
- the width expressed in pixelsheight
- the height expressed in pixels