|
| ScreenSettings (Parcel parcel) |
|
void | setResolution (String resolution, int width, int height) |
|
int | getResolution () |
|
void | setResolution (int resolution) |
|
String | getResolutionString () |
|
boolean | isPredefined () |
|
boolean | isAutomatic () |
|
boolean | isFitScreen () |
|
boolean | isCustom () |
|
int | getWidth () |
|
void | setWidth (int width) |
|
int | getHeight () |
|
void | setHeight (int height) |
|
int | getColors () |
|
void | setColors (int colors) |
|
int | describeContents () |
|
void | writeToParcel (Parcel out, int flags) |
|
|
static final int | FITSCREEN = -2 |
|
static final int | AUTOMATIC = -1 |
|
static final int | CUSTOM = 0 |
|
static final int | PREDEFINED = 1 |
|
static final Parcelable.Creator< ScreenSettings > | CREATOR |
|
Definition at line 535 of file BookmarkBase.java.
◆ CREATOR
final Parcelable.Creator<ScreenSettings> com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.CREATOR |
|
static |
Initial value:=
new Parcelable.Creator<ScreenSettings>() {
public ScreenSettings createFromParcel(Parcel in)
{
return new ScreenSettings(in);
}
@Override public ScreenSettings[] newArray(int size)
{
return new ScreenSettings[size];
}
}
Definition at line 541 of file BookmarkBase.java.
The documentation for this class was generated from the following file: