|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.webrenderer.event.ScrollEvent
An event which indicates that there has been a scroll event. Currently, a
ScrollEvent will be invoked if the current view position of a Frame changes.
X and Y positions are measured in twips.
| Constructor Summary | |
ScrollEvent(java.lang.Object source,
long xPosition,
long yPosition,
IBrowserCanvas owner)
Constructor for ScrollEvent. |
|
| Method Summary | |
IBrowserCanvas |
getBrowser()
Get the IBrowserCanvas that the document for this event is attached to. |
long |
getX()
Get the X position the page has scrolled to in twips. |
long |
getY()
Get the Y position the page has scrolled to in twips. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ScrollEvent(java.lang.Object source,
long xPosition,
long yPosition,
IBrowserCanvas owner)
| Method Detail |
public long getX()
public long getY()
public IBrowserCanvas getBrowser()
IBrowserCanvas that the document for this event is attached to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||