public interface EmbeddedSceneInterface
Modifier and Type | Method and Description |
---|---|
EmbeddedSceneDTInterface |
createDropTarget() |
InputMethodRequests |
getInputMethodRequests() |
boolean |
getPixels(IntBuffer dest,
int width,
int height) |
void |
inputMethodEvent(EventType<InputMethodEvent> type,
ObservableList<InputMethodTextRun> composed,
String committed,
int caretPosition) |
void |
keyEvent(int type,
int key,
char[] chars,
int modifiers) |
void |
menuEvent(int x,
int y,
int xAbs,
int yAbs,
boolean isKeyboardTrigger) |
void |
mouseEvent(int type,
int button,
boolean primaryBtnDown,
boolean middleBtnDown,
boolean secondaryBtnDown,
int x,
int y,
int xAbs,
int yAbs,
boolean shift,
boolean ctrl,
boolean alt,
boolean meta,
int wheelRotation,
boolean popupTrigger) |
void |
setDragStartListener(HostDragStartListener l) |
void |
setPixelScaleFactor(float scale) |
void |
setSize(int width,
int height) |
boolean |
traverseOut(Direction dir) |
void setSize(int width, int height)
void setPixelScaleFactor(float scale)
boolean getPixels(IntBuffer dest, int width, int height)
void mouseEvent(int type, int button, boolean primaryBtnDown, boolean middleBtnDown, boolean secondaryBtnDown, int x, int y, int xAbs, int yAbs, boolean shift, boolean ctrl, boolean alt, boolean meta, int wheelRotation, boolean popupTrigger)
void keyEvent(int type, int key, char[] chars, int modifiers)
void menuEvent(int x, int y, int xAbs, int yAbs, boolean isKeyboardTrigger)
boolean traverseOut(Direction dir)
void setDragStartListener(HostDragStartListener l)
EmbeddedSceneDTInterface createDropTarget()
void inputMethodEvent(EventType<InputMethodEvent> type, ObservableList<InputMethodTextRun> composed, String committed, int caretPosition)
InputMethodRequests getInputMethodRequests()
Copyright © 2020. All rights reserved.