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.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
javafx.scene.layout |
Provides classes to support user interface layout.
|
javafx.scene.shape |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundingBox
A rectangular bounding box which is used to describe the bounds of a node
or other scene graph object.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
Bounds.contains(Bounds b)
Tests if the interior of this
Bounds entirely contains the
specified Bounds, b . |
boolean |
BoundingBox.contains(Bounds b)
Tests if the interior of this
Bounds entirely contains the
specified Bounds, b . |
abstract boolean |
Bounds.intersects(Bounds b)
Tests if the interior of this
Bounds intersects the interior
of a specified Bounds, b . |
boolean |
BoundingBox.intersects(Bounds b)
Tests if the interior of this
Bounds intersects the interior
of a specified Bounds, b . |
Modifier and Type | Field and Description |
---|---|
private Bounds |
Node.LazyBoundsProperty.bounds |
Modifier and Type | Field and Description |
---|---|
private com.sun.javafx.binding.ExpressionHelper<Bounds> |
Node.LazyBoundsProperty.helper |
Modifier and Type | Method and Description |
---|---|
protected abstract Bounds |
Node.LazyBoundsProperty.computeBounds() |
(package private) Bounds |
Node.createBoundingBox(Point2D p1,
Point2D p2,
Point2D p3,
Point2D p4) |
(package private) Bounds |
Node.createBoundingBox(Point3D p1,
Point3D p2,
Point3D p3,
Point3D p4,
Point3D p5,
Point3D p6,
Point3D p7,
Point3D p8) |
Bounds |
Node.LazyBoundsProperty.get() |
Bounds |
Node.getBoundsInLocal()
Gets the value of the property boundsInLocal.
|
Bounds |
Node.MiscProperties.getBoundsInLocal()
Gets the value of the property boundsInLocal.
|
Bounds |
Node.getBoundsInParent()
Gets the value of the property boundsInParent.
|
Bounds |
Node.MiscProperties.getBoundsInParent()
Gets the value of the property boundsInParent.
|
Bounds |
Node.getLayoutBounds()
Gets the value of the property layoutBounds.
|
protected Bounds |
Node.impl_computeLayoutBounds()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Bounds |
Node.localToParent(Bounds localBounds)
Transforms a bounds from the local coordinate space of this
Node into the coordinate space of its parent. |
Bounds |
Node.localToScene(Bounds localBounds)
Transforms a bounds from the local coordinate space of this
Node into the coordinate space of its Scene . |
Bounds |
Node.parentToLocal(Bounds parentBounds)
Transforms a rectangle from the coordinate space of the parent into the
local coordinate space of this
Node . |
Bounds |
Node.sceneToLocal(Bounds sceneBounds)
Transforms a rectangle from the coordinate space of the
Scene into the local coordinate space of this
Node . |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<Bounds> |
Node.boundsInLocalProperty()
The rectangular bounds of this
Node in the node's
untransformed local coordinate space. |
ReadOnlyObjectProperty<Bounds> |
Node.MiscProperties.boundsInLocalProperty() |
ReadOnlyObjectProperty<Bounds> |
Node.boundsInParentProperty()
The rectangular bounds of this
Node which include its transforms. |
ReadOnlyObjectProperty<Bounds> |
Node.MiscProperties.boundsInParentProperty() |
ReadOnlyObjectProperty<Bounds> |
Node.layoutBoundsProperty()
The rectangular bounds that should be used for layout calculations for
this node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Node.intersects(Bounds localBounds)
Returns
true if the given bounds (specified in the local
coordinate space of this Node ) intersects the shape of this
Node . |
Bounds |
Node.localToParent(Bounds localBounds)
Transforms a bounds from the local coordinate space of this
Node into the coordinate space of its parent. |
Bounds |
Node.localToScene(Bounds localBounds)
Transforms a bounds from the local coordinate space of this
Node into the coordinate space of its Scene . |
Bounds |
Node.parentToLocal(Bounds parentBounds)
Transforms a rectangle from the coordinate space of the parent into the
local coordinate space of this
Node . |
Bounds |
Node.sceneToLocal(Bounds sceneBounds)
Transforms a rectangle from the coordinate space of the
Scene into the local coordinate space of this
Node . |
Modifier and Type | Method and Description |
---|---|
void |
Node.LazyBoundsProperty.addListener(ChangeListener<? super Bounds> listener) |
void |
Node.LazyBoundsProperty.removeListener(ChangeListener<? super Bounds> listener) |
Modifier and Type | Field and Description |
---|---|
private Bounds |
ScrollPaneBuilder.viewportBounds |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Bounds> |
ScrollPane.viewportBounds
The actual Bounds of the ScrollPane Viewport.
|
Modifier and Type | Method and Description |
---|---|
Bounds |
ScrollPane.getViewportBounds()
Gets the value of the property viewportBounds.
|
protected Bounds |
Control.impl_computeLayoutBounds()
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 |
---|---|
ObjectProperty<Bounds> |
ScrollPane.viewportBoundsProperty()
The actual Bounds of the ScrollPane Viewport.
|
Modifier and Type | Method and Description |
---|---|
void |
ScrollPane.setViewportBounds(Bounds value)
Sets the value of the property viewportBounds.
|
B |
ScrollPaneBuilder.viewportBounds(Bounds x)
Set the value of the
viewportBounds property for the instance constructed by this builder. |
Modifier and Type | Method and Description |
---|---|
protected Bounds |
Region.impl_computeLayoutBounds()
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 |
---|---|
protected Bounds |
Path.impl_computeLayoutBounds()
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 |
---|---|
protected Bounds |
Text.impl_computeLayoutBounds()
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