|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
java.lang.Objectcom.foxconn.ebook.reader.engine.model.BookEmphasisInfo.BookEmphasis
public static class BookEmphasisInfo.BookEmphasis
高亮選擇數據類.
字段摘要 | |
---|---|
int |
bookId
The BOO k_ id. |
int |
color
高亮選擇的顏色標識. |
long |
createTime
高亮選擇的時間戳. |
java.lang.String |
endCursor
高亮選擇的結束位置. |
double |
endX
高亮選擇的結束x坐標. |
double |
endY
高亮選擇的結束y坐標. |
int |
fontLevel
當前高亮選擇的字體大小. |
java.lang.String |
pageLocation
高亮選擇對應的頁碼位置. |
java.lang.String |
startCursor
高亮選擇起始位置. |
double |
startX
高亮選擇的起始x坐標. |
double |
startY
高亮選擇的起始y坐標. |
java.lang.String |
summary
高亮選擇的文本信息. |
方法摘要 | |
---|---|
int |
getBookId()
Gets the book id. |
int |
getColor()
Gets the color. |
java.lang.String[] |
getCourse()
Gets the course. |
int |
getFontLevel()
Gets the font level. |
java.lang.String |
getLocation()
Gets the location. |
java.lang.String |
getSummary()
Gets the summary. |
long |
getTime()
Gets the time. |
double |
getX1()
Gets the x1. |
double |
getX2()
Gets the x2. |
double |
getY1()
Gets the y1. |
double |
getY2()
Gets the y2. |
void |
setBookId(int id)
Sets the book id. |
void |
setColor(int c)
設置顏色標識. |
void |
setCourse(java.lang.String start,
java.lang.String end)
設置選擇的起始和結束位置. |
void |
setFontLevel(int lev)
設置當前高亮選擇時的字體等級. |
void |
setLocation(java.lang.String location)
設置當前高亮頁碼位置. |
void |
setSummary(java.lang.String sum)
設置高亮選擇的文本信息. |
void |
setTime(long time)
設置高亮選擇的時間戳. |
void |
setXY(double x1,
double y1,
double x2,
double y2)
Sets the xy. |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
public int bookId
public double startX
public double startY
public double endX
public double endY
public int color
public int fontLevel
public long createTime
public java.lang.String startCursor
public java.lang.String endCursor
public java.lang.String pageLocation
public java.lang.String summary
方法详细信息 |
---|
public int getBookId()
public void setBookId(int id)
id
- the new book idpublic double getX1()
public double getY1()
public double getX2()
public double getY2()
public void setXY(double x1, double y1, double x2, double y2)
x1
- the x1y1
- the y1x2
- the x2y2
- the y2public java.lang.String[] getCourse()
public void setCourse(java.lang.String start, java.lang.String end)
start
- 起始位置end
- 結束位置public int getColor()
public void setColor(int c)
c
- 顏色標識public long getTime()
public void setTime(long time)
time
- 時間戳,long類型public java.lang.String getSummary()
public void setSummary(java.lang.String sum)
summary
- 高亮選擇的文本.public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
- 頁碼位置.public int getFontLevel()
public void setFontLevel(int lev)
lev
- 字體等級.
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |