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.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.
|
Modifier and Type | Field and Description |
---|---|
static Insets |
Insets.EMPTY
Empty insets.
|
Modifier and Type | Method and Description |
---|---|
Insets |
InsetsBuilder.build()
Make an instance of
Insets based on the properties set on this builder. |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<Labeled,Insets> |
Labeled.StyleableProperties.LABEL_PADDING |
private ObjectProperty<Insets> |
Labeled.labelPadding |
Modifier and Type | Method and Description |
---|---|
Insets |
Labeled.getLabelPadding()
Gets the value of the property labelPadding.
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<Insets> |
Labeled.labelPaddingProperty()
The padding around the Labeled's text and graphic content.
|
private ObjectProperty<Insets> |
Labeled.labelPaddingPropertyImpl() |
Modifier and Type | Method and Description |
---|---|
private void |
Labeled.setLabelPadding(Insets value) |
Modifier and Type | Field and Description |
---|---|
private Insets |
Region.InsetsExpression.cache |
private Insets |
RegionBuilder.padding |
Modifier and Type | Field and Description |
---|---|
private com.sun.javafx.binding.ExpressionHelper<Insets> |
Region.InsetsExpression.helper |
private ObjectProperty<Insets> |
Region.padding |
private static com.sun.javafx.css.StyleableProperty<Region,Insets> |
Region.StyleableProperties.PADDING |
Modifier and Type | Method and Description |
---|---|
Insets |
Region.InsetsExpression.get() |
Insets |
Region.getInsets()
Gets the space around content, which will include any borders plus padding if set.
|
static Insets |
VBox.getMargin(Node child)
Returns the child's margin property if set.
|
static Insets |
TilePane.getMargin(Node node)
Returns the child's margin constraint if set.
|
static Insets |
StackPane.getMargin(Node child)
Returns the child's margin constraints if set.
|
static Insets |
HBox.getMargin(Node child)
Returns the child's margin constraint if set.
|
static Insets |
GridPane.getMargin(Node child)
Returns the child's margin constraint if set.
|
static Insets |
FlowPane.getMargin(Node child)
Returns the child's margin constraint if set.
|
static Insets |
BorderPane.getMargin(Node child)
Returns the child's margin constraint if set.
|
private Insets[] |
VBox.getMargins(java.util.List<Node> managed) |
private Insets[] |
TilePane.getMargins(java.util.List<Node> managed) |
private Insets[] |
StackPane.getMargins(java.util.List<Node> managed) |
private Insets[] |
HBox.getMargins(java.util.List<Node> managed) |
private static Insets |
BorderPane.getNodeMargin(Node child) |
Insets |
Region.getPadding()
Gets the value of the property padding.
|
Insets |
Region.InsetsExpression.getValue() |
Modifier and Type | Method and Description |
---|---|
ObservableObjectValue<Insets> |
Region.insets()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
ObjectProperty<Insets> |
Region.paddingProperty()
The top,right,bottom,left padding around the region's content.
|
Modifier and Type | Method and Description |
---|---|
(package private) double |
Region.computeChildMaxAreaHeight(Node child,
Insets margin) |
(package private) double |
Region.computeChildMaxAreaHeight(Node child,
Insets margin,
double width) |
(package private) double |
Region.computeChildMaxAreaWidth(Node child,
Insets margin) |
(package private) double |
Region.computeChildMaxAreaWidth(Node child,
Insets margin,
double height) |
(package private) double |
Region.computeChildMinAreaHeight(Node child,
Insets margin) |
(package private) double |
Region.computeChildMinAreaHeight(Node child,
Insets margin,
double width) |
(package private) double |
Region.computeChildMinAreaWidth(Node child,
Insets margin) |
(package private) double |
Region.computeChildMinAreaWidth(Node child,
Insets margin,
double height) |
(package private) double |
Region.computeChildPrefAreaHeight(Node child,
Insets margin) |
(package private) double |
Region.computeChildPrefAreaHeight(Node child,
Insets margin,
double width) |
(package private) double |
Region.computeChildPrefAreaWidth(Node child,
Insets margin) |
(package private) double |
Region.computeChildPrefAreaWidth(Node child,
Insets margin,
double height) |
(package private) double |
Region.computeMaxMinAreaHeight(java.util.List<Node> children,
Insets[] childMargins,
double[] childWidths,
VPos valignment) |
(package private) double |
Region.computeMaxMinAreaHeight(java.util.List<Node> children,
Insets[] margins,
VPos valignment) |
(package private) double |
Region.computeMaxMinAreaHeight(java.util.List<Node> children,
Insets[] margins,
VPos valignment,
double width) |
(package private) double |
Region.computeMaxMinAreaWidth(java.util.List<Node> children,
Insets[] childMargins,
double[] childHeights,
HPos halignment) |
(package private) double |
Region.computeMaxMinAreaWidth(java.util.List<Node> children,
Insets[] margins,
HPos halignment) |
(package private) double |
Region.computeMaxMinAreaWidth(java.util.List<Node> children,
Insets[] margins,
HPos halignment,
double height) |
(package private) double |
Region.computeMaxPrefAreaHeight(java.util.List<Node> children,
Insets[] childMargins,
double[] childWidths,
VPos valignment) |
(package private) double |
Region.computeMaxPrefAreaHeight(java.util.List<Node> children,
Insets[] margins,
double width,
VPos valignment) |
(package private) double |
Region.computeMaxPrefAreaHeight(java.util.List<Node> children,
Insets[] margins,
VPos valignment) |
(package private) double |
Region.computeMaxPrefAreaWidth(java.util.List<Node> children,
Insets[] childMargins,
double[] childHeights,
HPos halignment) |
(package private) double |
Region.computeMaxPrefAreaWidth(java.util.List<Node> children,
Insets[] margins,
double height,
HPos halignment) |
(package private) double |
Region.computeMaxPrefAreaWidth(java.util.List<Node> children,
Insets[] margins,
HPos halignment) |
(package private) static double |
Region.getMaxAreaBaselineOffset(java.util.List<Node> content,
Insets[] margins) |
private double |
Region.getMaxAreaHeight(java.util.List<Node> children,
Insets[] childMargins,
double[] childWidths,
VPos valignment,
boolean minimum) |
private double |
Region.getMaxAreaWidth(java.util.List<Node> children,
Insets[] childMargins,
double[] childHeights,
HPos halignment,
boolean minimum) |
protected void |
Region.layoutInArea(Node child,
double areaX,
double areaY,
double areaWidth,
double areaHeight,
double areaBaselineOffset,
Insets margin,
boolean fillWidth,
boolean fillHeight,
HPos halignment,
VPos valignment)
Utility method which lays out the child within an area of this
region defined by
areaX , areaY , areaWidth x areaHeight ,
with a baseline offset relative to that area. |
protected void |
Region.layoutInArea(Node child,
double areaX,
double areaY,
double areaWidth,
double areaHeight,
double areaBaselineOffset,
Insets margin,
HPos halignment,
VPos valignment)
Utility method which lays out the child within an area of this
region defined by
areaX , areaY , areaWidth x areaHeight ,
with a baseline offset relative to that area. |
B |
RegionBuilder.padding(Insets x)
Set the value of the
padding property for the instance constructed by this builder. |
protected void |
Region.positionInArea(Node child,
double areaX,
double areaY,
double areaWidth,
double areaHeight,
double areaBaselineOffset,
Insets margin,
HPos halignment,
VPos valignment)
Utility method which positions the child within an area of this
region defined by
areaX , areaY , areaWidth x areaHeight ,
with a baseline offset relative to that area. |
static void |
GridPane.setConstraints(Node child,
int columnIndex,
int rowIndex,
int columnspan,
int rowspan,
HPos halignment,
VPos valignment,
Priority hgrow,
Priority vgrow,
Insets margin)
Sets the grid position, spans, alignment, grow priorities, and margin for
the child when contained in a gridpane.
|
static void |
VBox.setMargin(Node child,
Insets value)
Sets the margin for the child when contained by a vbox.
|
static void |
TilePane.setMargin(Node node,
Insets value)
Sets the margin for the child when contained by a tilepane.
|
static void |
StackPane.setMargin(Node child,
Insets value)
Sets the margin for the child when contained by a stackpane.
|
static void |
HBox.setMargin(Node child,
Insets value)
Sets the margin for the child when contained by an hbox.
|
static void |
GridPane.setMargin(Node child,
Insets value)
Sets the margin for the child when contained by a gridpane.
|
static void |
FlowPane.setMargin(Node child,
Insets value)
Sets the margin for the child when contained by a flowpane.
|
static void |
BorderPane.setMargin(Node child,
Insets value)
Sets the margin for the child when contained by a borderpane.
|
void |
Region.setPadding(Insets value)
Sets the value of the property padding.
|
Modifier and Type | Method and Description |
---|---|
void |
Region.InsetsExpression.addListener(ChangeListener<? super Insets> listener) |
void |
Region.InsetsExpression.removeListener(ChangeListener<? super Insets> listener) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to