Context.EventType| Constructor and Description |
|---|
AbstractContext(AbstractCanvasHandler canvasHandler,
Context.EventType eventType,
int x,
int y,
int absX,
int absY,
int clientX,
int clientY) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAbsoluteX() |
int |
getAbsoluteY() |
AbstractCanvasHandler |
getCanvasHandler() |
int |
getClientX() |
int |
getClientY() |
Context.EventType |
getEventType() |
int |
getX() |
int |
getY() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCommandManagerpublic AbstractContext(AbstractCanvasHandler canvasHandler, Context.EventType eventType, int x, int y, int absX, int absY, int clientX, int clientY)
public AbstractCanvasHandler getCanvasHandler()
getCanvasHandler in interface Contextpublic Context.EventType getEventType()
getEventType in interface Contextpublic int getAbsoluteX()
getAbsoluteX in interface Contextpublic int getAbsoluteY()
getAbsoluteY in interface Contextpublic int getClientX()
getClientX in interface Contextpublic int getClientY()
getClientY in interface ContextCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.