| java.lang.Object | |
| ↳ | android.webkit.HTCWebCore |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| HTCWebCore.OnWebViewTabEffectListener | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
get partial capture of a node, capture will fit in given width/height.
| |||||||||||
traversal next text node pointer from pointer
| |||||||||||
This method is deprecated.
!!!DO NOT USE THIS FUNCTION DIRECTLY!!!
traversal next text node pointer from pointer | |||||||||||
find selection info about one word include (x, y)
| |||||||||||
find BODY from pointer and set bound
| |||||||||||
get rect bound index-th character in node-pointer
| |||||||||||
This method is deprecated.
get left side position of index-th character in node-pointer
| |||||||||||
This method is deprecated.
!!!DO NOT USE THIS FUNCTION DIRECTLY!!!
get font size of text node in pixel | |||||||||||
get node rect area from node pointer
| |||||||||||
get Rss Feed channels title and href
| |||||||||||
copy text from start node, start index(include) to end node, end index(exclude)
| |||||||||||
get if Rss Feed channels exists
| |||||||||||
check whether node at x, y is an image or not
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
get partial capture of a node, capture will fit in given width/height.
| pointer | node pointer |
|---|---|
| w | desired bitmap width |
| h | desired bitmap height |
traversal next text node pointer from pointer
| pointer | for start traversal, set 0 will traversal from root document |
|---|---|
| traverseNestedTables | find nested tables |
This method is deprecated.
!!!DO NOT USE THIS FUNCTION DIRECTLY!!!
traversal next text node pointer from pointer
| pointer | for start traversal, set 0 will traversal from root document |
|---|
| node | text node pointer |
|---|---|
| r | set as empty first |
find selection info about one word include (x, y)
| x | x pos |
|---|---|
| y | y pos |
| o | store setectino info |
find BODY from pointer and set bound
| pointer | start node pointer |
|---|---|
| contentBound | will put content bound |
get rect bound index-th character in node-pointer
| pointer | node |
|---|---|
| r | bound |
This method is deprecated.
get left side position of index-th character in node-pointer
| pointer | node |
|---|---|
| r | store cursor, width is zero |
This method is deprecated.
!!!DO NOT USE THIS FUNCTION DIRECTLY!!!
get font size of text node in pixel
| pointer | text node |
|---|
get node rect area from node pointer
| pointer | The pointer of node. |
|---|---|
| absolute | Is calculate absolute or use special width in text and text input |
| defaultTextWidth | is default text wrap width when hit a text node, ignore if absolute is true |
get Rss Feed channels title and href
copy text from start node, start index(include) to end node, end index(exclude)
get if Rss Feed channels exists
check whether node at x, y is an image or not
| x | content coordination. |
|---|---|
| y | content coordination. |