FreeRDP
com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings Class Reference
Inheritance diagram for com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings:
Collaboration diagram for com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings:

Public Member Functions

 ScreenSettings ()
 
 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 Public Attributes

static final int FITSCREEN = -2
 
static final int AUTOMATIC = -1
 
static final int CUSTOM = 0
 
static final int PREDEFINED = 1
 
static final Parcelable.Creator< ScreenSettingsCREATOR
 

Constructor & Destructor Documentation

◆ ScreenSettings() [1/2]

com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.ScreenSettings ( )
inline

◆ ScreenSettings() [2/2]

com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.ScreenSettings ( Parcel  parcel)
inline

Member Function Documentation

◆ describeContents()

int com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.describeContents ( )
inline

◆ getColors()

int com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.getColors ( )
inline
Here is the caller graph for this function:

◆ getHeight()

int com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.getHeight ( )
inline
Here is the caller graph for this function:

◆ getResolution()

int com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.getResolution ( )
inline

◆ getResolutionString()

String com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.getResolutionString ( )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getWidth()

int com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.getWidth ( )
inline
Here is the caller graph for this function:

◆ isAutomatic()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.isAutomatic ( )
inline
Here is the caller graph for this function:

◆ isCustom()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.isCustom ( )
inline

◆ isFitScreen()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.isFitScreen ( )
inline
Here is the caller graph for this function:

◆ isPredefined()

boolean com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.isPredefined ( )
inline
Here is the caller graph for this function:

◆ setColors()

void com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.setColors ( int  colors)
inline
Here is the caller graph for this function:

◆ setHeight()

void com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.setHeight ( int  height)
inline

◆ setResolution() [1/2]

void com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.setResolution ( int  resolution)
inline

◆ setResolution() [2/2]

void com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.setResolution ( String  resolution,
int  width,
int  height 
)
inline
Here is the caller graph for this function:

◆ setWidth()

void com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.setWidth ( int  width)
inline

◆ writeToParcel()

void com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.writeToParcel ( Parcel  out,
int  flags 
)
inline

Field Documentation

◆ AUTOMATIC

final int com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.AUTOMATIC = -1
static

◆ 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];
}
}
ScreenSettings()
Definition: BookmarkBase.java:558

◆ CUSTOM

final int com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.CUSTOM = 0
static

◆ FITSCREEN

final int com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.FITSCREEN = -2
static

◆ PREDEFINED

final int com.freerdp.freerdpcore.domain.BookmarkBase.ScreenSettings.PREDEFINED = 1
static

The documentation for this class was generated from the following file: