Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.geometry |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
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.
|
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
Modifier and Type | Method and Description |
---|---|
Point2D |
Point2DBuilder.build()
Make an instance of
Point2D based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
boolean |
Rectangle2D.contains(Point2D p)
Tests if the specified point is inside the boundary of
Rectangle2D . |
abstract boolean |
Bounds.contains(Point2D p)
Tests if the specified point is inside the boundary of
Bounds . |
boolean |
BoundingBox.contains(Point2D p)
Tests if the specified point is inside the boundary of
Bounds . |
double |
Point2D.distance(Point2D p)
Computes the distance between this point and point
p . |
Modifier and Type | Field and Description |
---|---|
private Point2D |
Scene.cursorScenePos |
private Point2D |
Scene.cursorScreenPos |
(package private) Point2D |
Scene.TouchGesture.sceneCoords |
(package private) Point2D |
Scene.TouchGesture.screenCoords |
Modifier and Type | Method and Description |
---|---|
Point2D |
Scene.InputMethodRequestsDelegate.getTextLocation(int offset) |
Point2D |
Node.localToParent(double localX,
double localY)
Transforms a point from the local coordinate space of this
Node
into the coordinate space of its parent. |
Point2D |
Node.localToParent(Point2D localPoint)
Transforms a point from the local coordinate space of this
Node
into the coordinate space of its parent. |
Point2D |
Node.localToScene(double localX,
double localY)
Transforms a point from the local coordinate space of this
Node
into the coordinate space of its Scene . |
Point2D |
Node.localToScene(Point2D localPoint)
Transforms a point from the local coordinate space of this
Node
into the coordinate space of its Scene . |
Point2D |
Node.parentToLocal(double parentX,
double parentY)
Transforms a point from the coordinate space of the parent into the
local coordinate space of this
Node . |
Point2D |
Node.parentToLocal(Point2D parentPoint)
Transforms a point from the coordinate space of the parent into the
local coordinate space of this
Node . |
Point2D |
Node.sceneToLocal(double sceneX,
double sceneY)
Transforms a point from the coordinate space of the
Scene
into the local coordinate space of this Node . |
Point2D |
Node.sceneToLocal(Point2D scenePoint)
Transforms a point from the coordinate space of the
Scene
into the local coordinate space of this Node . |
Modifier and Type | Method and Description |
---|---|
boolean |
Node.contains(Point2D localPoint)
Returns
true if the given point (specified in the local
coordinate space of this Node ) is contained within the shape of
this Node . |
(package private) Bounds |
Node.createBoundingBox(Point2D p1,
Point2D p2,
Point2D p3,
Point2D p4) |
Point2D |
Node.localToParent(Point2D localPoint)
Transforms a point from the local coordinate space of this
Node
into the coordinate space of its parent. |
Point2D |
Node.localToScene(Point2D localPoint)
Transforms a point from the local coordinate space of this
Node
into the coordinate space of its Scene . |
Point2D |
Node.parentToLocal(Point2D parentPoint)
Transforms a point from the coordinate space of the parent into the
local coordinate space of this
Node . |
Point2D |
Node.sceneToLocal(Point2D scenePoint)
Transforms a point from the coordinate space of the
Scene
into the local coordinate space of this Node . |
Modifier and Type | Method and Description |
---|---|
Point2D |
InputMethodRequests.getTextLocation(int offset)
Gets the location of a specified offset in the current composed text,
or of the selection in committed text.
|
Modifier and Type | Method and Description |
---|---|
com.sun.javafx.scene.text.HitInfo |
Text.impl_hitTestChar(Point2D point)
Deprecated.
This is an internal API that is not intended
for use and will be removed in the next version
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to