public class PageDescriptor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
backgroundColor |
int |
contentText |
int |
headerText |
int |
imageId |
| Constructor and Description |
|---|
PageDescriptor(int headerText,
int contentText,
int imageId,
int backgroundColor) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBackgroundColor() |
int |
getContentText() |
int |
getHeaderText() |
int |
getImageId() |
void |
setBackgroundColor(int backgroundColor) |
void |
setContentText(int contentText) |
void |
setHeaderText(int headerText) |
void |
setImageId(int imageId) |
public int headerText
public int contentText
public int imageId
public int backgroundColor
public PageDescriptor(int headerText,
int contentText,
int imageId,
int backgroundColor)
public int getBackgroundColor()
public void setBackgroundColor(int backgroundColor)
public int getHeaderText()
public void setHeaderText(int headerText)
public int getContentText()
public void setContentText(int contentText)
public int getImageId()
public void setImageId(int imageId)