Package | Description |
---|---|
com.sun.javafx.geom | |
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Method and Description |
---|---|
double |
Vec2d.distance(Vec2d v)
Returns the distance from this
Vec2d to a
specified Vec2d . |
double |
Vec2d.distanceSq(Vec2d v)
Returns the square of the distance from this
Vec2d to a specified Vec2d . |
void |
Vec2d.set(Vec2d v) |
Constructor and Description |
---|
Vec2d(Vec2d v) |
Modifier and Type | Field and Description |
---|---|
(package private) static Vec2d |
Region.TEMP_VEC2D |
Modifier and Type | Method and Description |
---|---|
(package private) static Vec2d |
Region.boundedNodeSizeWithBias(Node node,
double areaWidth,
double areaHeight,
boolean fillWidth,
boolean fillHeight,
Vec2d result)
Returns the size of a Node that should be placed in an area of the specified size,
bounded in it's min/max size, respecting bias.
|
Modifier and Type | Method and Description |
---|---|
(package private) static Vec2d |
Region.boundedNodeSizeWithBias(Node node,
double areaWidth,
double areaHeight,
boolean fillWidth,
boolean fillHeight,
Vec2d result)
Returns the size of a Node that should be placed in an area of the specified size,
bounded in it's min/max size, respecting bias.
|