public class

RegionModel

extends Model
java.lang.Object
   ↳ com.android.mms.model.Model
     ↳ com.android.mms.model.RegionModel

Summary

[Expand]
Inherited Fields
From class com.android.mms.model.Model
Public Constructors
RegionModel(String regionId, int left, int top, int width, int height)
RegionModel(String regionId, String fit, int left, int top, int width, int height)
RegionModel(String regionId, String fit, int left, int top, int width, int height, String bgColor)
Public Methods
String getBackgroundColor()
String getFit()
int getHeight()
int getLeft()
String getRegionId()
int getTop()
int getWidth()
void setBackgroundColor(String bgColor)
void setFit(String fit)
void setHeight(int height)
void setLeft(int left)
void setTop(int top)
void setWidth(int width)
[Expand]
Inherited Methods
From class com.android.mms.model.Model
From class java.lang.Object

Public Constructors

public RegionModel (String regionId, int left, int top, int width, int height)

public RegionModel (String regionId, String fit, int left, int top, int width, int height)

public RegionModel (String regionId, String fit, int left, int top, int width, int height, String bgColor)

Public Methods

public String getBackgroundColor ()

Returns
  • the mBackgroundColor

public String getFit ()

Returns
  • the mFit

public int getHeight ()

Returns
  • the mHeight

public int getLeft ()

Returns
  • the mLeft

public String getRegionId ()

Returns
  • the mRegionId

public int getTop ()

Returns
  • the mTop

public int getWidth ()

Returns
  • the mWidth

public void setBackgroundColor (String bgColor)

Parameters
bgColor the mBackgroundColor to set

public void setFit (String fit)

Parameters
fit the mFit to set

public void setHeight (int height)

Parameters
height the mHeight to set

public void setLeft (int left)

Parameters
left the mLeft to set

public void setTop (int top)

Parameters
top the mTop to set

public void setWidth (int width)

Parameters
width the mWidth to set