Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
Modifier and Type | Field and Description |
---|---|
private TouchPoint[] |
Scene.touchPoints |
Modifier and Type | Method and Description |
---|---|
private void |
Scene.processTouchEvent(TouchEvent e,
TouchPoint[] touchPoints) |
Modifier and Type | Field and Description |
---|---|
private TouchPoint |
TouchEvent.touchPoint |
Modifier and Type | Field and Description |
---|---|
private java.util.List<TouchPoint> |
TouchEvent.touchPoints |
Modifier and Type | Method and Description |
---|---|
TouchPoint |
TouchEvent.getTouchPoint()
Gets the touch point of this event.
|
static TouchPoint |
TouchPoint.impl_touchPoint(int id,
TouchPoint.State state,
double x,
double y,
double screenX,
double screenY)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TouchPoint> |
TouchEvent.getTouchPoints()
Gets all the touch points represented by this set of touch events,
including the touch point of this event.
|
Modifier and Type | Method and Description |
---|---|
static TouchEvent |
TouchEvent.impl_touchEvent(EventType<? extends TouchEvent> eventType,
TouchPoint touchPoint,
java.util.List<TouchPoint> touchPoints,
int eventSetId,
boolean shiftDown,
boolean controlDown,
boolean altDown,
boolean metaDown)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
static TouchEvent |
TouchEvent.impl_touchEvent(EventType<? extends TouchEvent> eventType,
TouchPoint touchPoint,
java.util.List<TouchPoint> touchPoints,
int eventSetId,
boolean shiftDown,
boolean controlDown,
boolean altDown,
boolean metaDown)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Constructor and Description |
---|
TouchEvent(EventType<? extends TouchEvent> eventType,
TouchPoint touchPoint,
java.util.List<TouchPoint> touchPoints,
int eventSetId,
boolean shiftDown,
boolean controlDown,
boolean altDown,
boolean metaDown) |
Constructor and Description |
---|
TouchEvent(EventType<? extends TouchEvent> eventType,
TouchPoint touchPoint,
java.util.List<TouchPoint> touchPoints,
int eventSetId,
boolean shiftDown,
boolean controlDown,
boolean altDown,
boolean metaDown) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to