Spec-Zone .ru
спецификации, руководства, описания, API
|
See: Description
Class | Description |
---|---|
BoundingBox |
A rectangular bounding box which is used to describe the bounds of a node
or other scene graph object.
|
BoundingBoxBuilder<B extends BoundingBoxBuilder<B>> |
Builder class for javafx.geometry.BoundingBox
|
Bounds |
The base class for objects that are used to describe the bounds of a node or
other scene graph object.
|
Dimension2D |
A 2D dimension object that contains a width and a height.
|
Dimension2DBuilder<B extends Dimension2DBuilder<B>> |
Builder class for javafx.geometry.Dimension2D
|
Insets |
A set of inside offsets for the 4 side of a rectangular area
|
InsetsBuilder<B extends InsetsBuilder<B>> |
Builder class for javafx.geometry.Insets
|
Point2D |
A 2D geometric point that represents the x, y coordinates.
|
Point2DBuilder<B extends Point2DBuilder<B>> |
Builder class for javafx.geometry.Point2D
|
Point3D |
A 3D geometric point that represents the x, y, z coordinates.
|
Point3DBuilder<B extends Point3DBuilder<B>> |
Builder class for javafx.geometry.Point3D
|
Rectangle2D |
A 2D rectangle used to describe the bounds of an object.
|
Rectangle2DBuilder<B extends Rectangle2DBuilder<B>> |
Builder class for javafx.geometry.Rectangle2D
|
Enum | Description |
---|---|
HorizontalDirection |
Enumeration representing a horizontal direction.
|
HPos |
A set of values for describing horizontal positioning and alignment.
|
Orientation |
Orientation
|
Pos |
A set of values for describing vertical and horizontal positioning and
alignment.
|
Side |
Enum for which side of a rectangle something should be.
|
VerticalDirection |
Enumeration representing a vertical direction.
|
VPos |
A set of values for describing vertical positioning and alignment.
|
Provides the set of 2D classes for defining and performing operations on objects related to two-dimensional geometry.
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to