Uses of Class
javafx.geometry.Insets
-
Packages that use Insets 软件包 描述 javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。javafx.css.converter 提供各种转换CSS解析值的StyleConverter
类。javafx.geometry 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。javafx.scene.control JavaFX用户界面控件(UI控件或仅控件)是JavaFX场景中的专用节点,特别适用于许多不同应用程序环境中的重用。javafx.scene.layout 提供类来支持用户界面布局。 -
-
Uses of Insets in javafx.css
Methods in javafx.css that return types with arguments of type Insets Modifier and Type 方法 描述 CssMetaData<S,Insets>
StyleablePropertyFactory. createInsetsCssMetaData(String property, Function<S,StyleableProperty<Insets>> function)
创建CssMetaData <S,Insets>,初始值为EMPTY
,并将标志默认为false。CssMetaData<S,Insets>
StyleablePropertyFactory. createInsetsCssMetaData(String property, Function<S,StyleableProperty<Insets>> function, Insets initialValue)
创建具有初始值的CssMetaData <S,Insets>,并将标志默认为false。CssMetaData<S,Insets>
StyleablePropertyFactory. createInsetsCssMetaData(String property, Function<S,StyleableProperty<Insets>> function, Insets initialValue, boolean inherits)
创建具有初始值的CssMetaData <S,Insets>并继承标志。StyleableProperty<Insets>
StyleablePropertyFactory. createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty)
使用先前创建的给定的cssProperty
创建一个StyleableProperty <Insets>。StyleableProperty<Insets>
StyleablePropertyFactory. createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Insets>> function)
创建一个StyleableProperty <Inset>。StyleableProperty<Insets>
StyleablePropertyFactory. createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Insets>> function, Insets initialValue)
创建一个具有初始值的StyleableProperty <Inset>。StyleableProperty<Insets>
StyleablePropertyFactory. createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Insets>> function, Insets initialValue, boolean inherits)
创建一个具有初始值的StyleableProperty <Inset>并继承标志。static StyleConverter<ParsedValue[],Insets>
StyleConverter. getInsetsConverter()
返回一个转换[<length> |的StyleConverter
<percentage>] {1,4}至Insets
。Methods in javafx.css with parameters of type Insets Modifier and Type 方法 描述 CssMetaData<S,Insets>
StyleablePropertyFactory. createInsetsCssMetaData(String property, Function<S,StyleableProperty<Insets>> function, Insets initialValue)
创建具有初始值的CssMetaData <S,Insets>,并将标志默认为false。CssMetaData<S,Insets>
StyleablePropertyFactory. createInsetsCssMetaData(String property, Function<S,StyleableProperty<Insets>> function, Insets initialValue, boolean inherits)
创建具有初始值的CssMetaData <S,Insets>并继承标志。StyleableProperty<Insets>
StyleablePropertyFactory. createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Insets>> function, Insets initialValue)
创建一个具有初始值的StyleableProperty <Inset>。StyleableProperty<Insets>
StyleablePropertyFactory. createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Insets>> function, Insets initialValue, boolean inherits)
创建一个具有初始值的StyleableProperty <Inset>并继承标志。Method parameters in javafx.css with type arguments of type Insets Modifier and Type 方法 描述 CssMetaData<S,Insets>
StyleablePropertyFactory. createInsetsCssMetaData(String property, Function<S,StyleableProperty<Insets>> function)
创建一个CssMetaData <S,Insets>,初始值为EMPTY
,并将标志默认为false。CssMetaData<S,Insets>
StyleablePropertyFactory. createInsetsCssMetaData(String property, Function<S,StyleableProperty<Insets>> function, Insets initialValue)
创建具有初始值的CssMetaData <S,Insets>,并将标志默认为false。CssMetaData<S,Insets>
StyleablePropertyFactory. createInsetsCssMetaData(String property, Function<S,StyleableProperty<Insets>> function, Insets initialValue, boolean inherits)
创建具有初始值的CssMetaData <S,Insets>并继承标志。StyleableProperty<Insets>
StyleablePropertyFactory. createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Insets>> function)
创建一个StyleableProperty <Inset>。StyleableProperty<Insets>
StyleablePropertyFactory. createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Insets>> function, Insets initialValue)
创建一个具有初始值的StyleableProperty <Inset>。StyleableProperty<Insets>
StyleablePropertyFactory. createStyleableInsetsProperty(S styleable, String propertyName, String cssProperty, Function<S,StyleableProperty<Insets>> function, Insets initialValue, boolean inherits)
创建一个具有初始值的StyleableProperty <Inset>并继承标志。 -
Uses of Insets in javafx.css.converter
Methods in javafx.css.converter that return Insets Modifier and Type 方法 描述 Insets
InsetsConverter. convert(ParsedValue<ParsedValue[],Insets> value, Font font)
Insets[]
InsetsConverter.SequenceConverter. convert(ParsedValue<ParsedValue<ParsedValue[],Insets>[],Insets[]> value, Font font)
Methods in javafx.css.converter that return types with arguments of type Insets Modifier and Type 方法 描述 static StyleConverter<ParsedValue[],Insets>
InsetsConverter. getInstance()
Method parameters in javafx.css.converter with type arguments of type Insets Modifier and Type 方法 描述 Insets
InsetsConverter. convert(ParsedValue<ParsedValue[],Insets> value, Font font)
-
Uses of Insets in javafx.geometry
Fields in javafx.geometry declared as Insets Modifier and Type Field 描述 static Insets
Insets. EMPTY
空插图。 -
Uses of Insets in javafx.scene.control
Methods in javafx.scene.control that return Insets Modifier and Type 方法 描述 Insets
Labeled. getLabelPadding()
获取属性labelPadding的值。Methods in javafx.scene.control that return types with arguments of type Insets Modifier and Type 方法 描述 ReadOnlyObjectProperty<Insets>
Labeled. labelPaddingProperty()
标签周围的文字和图形内容。Methods in javafx.scene.control with parameters of type Insets Modifier and Type 方法 描述 protected void
SkinBase. layoutInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, Insets margin, boolean fillWidth, boolean fillHeight, HPos halignment, VPos valignment)
其中规定了子由所限定的本皮肤区域内实用方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。protected void
SkinBase. layoutInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, Insets margin, HPos halignment, VPos valignment)
其中规定了子由所限定的本皮肤区域内实用方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。protected void
SkinBase. positionInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, Insets margin, HPos halignment, VPos valignment)
通过定义哪个位置此皮肤区域中的子项实用方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。 -
Uses of Insets in javafx.scene.layout
Methods in javafx.scene.layout that return Insets Modifier and Type 方法 描述 Insets
BackgroundFill. getInsets()
Insets用于填充。Insets
Border. getInsets()
插图定义从区域边缘到边框最里边缘的距离,如果该距离是非负的。Insets
BorderImage. getInsets()
BorderImage的内容定义边框相对于区域边缘的位置。Insets
BorderStroke. getInsets()
定义BorderStroke的每一边的插图。Insets
Region. getInsets()
获取属性插值的值。static Insets
BorderPane. getMargin(Node child)
如果设置,返回小孩的边距约束。static Insets
FlowPane. getMargin(Node child)
如果设置,返回小孩的边距约束。static Insets
GridPane. getMargin(Node child)
如果设置,返回小孩的边距约束。static Insets
HBox. getMargin(Node child)
如果设置,返回小孩的边距约束。static Insets
StackPane. getMargin(Node child)
如果设置,返回小孩的边距约束。static Insets
TilePane. getMargin(Node node)
如果设置,返回小孩的边距约束。static Insets
VBox. getMargin(Node child)
如果设置,返回小孩的边距属性。Insets
Region. getOpaqueInsets()
获取属性opaqueInsets的值。Insets
Background. getOutsets()
这个背景的外在。Insets
Border. getOutsets()
边框外部定义要绘制的边框的最外边缘。Insets
Region. getPadding()
获取属性填充的值。Methods in javafx.scene.layout that return types with arguments of type Insets Modifier and Type 方法 描述 ReadOnlyObjectProperty<Insets>
Region. insetsProperty()
区域的插图定义从区域边缘(其布局边界,或(0,0,宽度,高度))到内容区域边缘的距离。ObjectProperty<Insets>
Region. opaqueInsetsProperty()
定义绘制完全不透明像素的区域的面积。ObjectProperty<Insets>
Region. paddingProperty()
顶部,右侧,底部和左侧填充该区域的内容。Methods in javafx.scene.layout with parameters of type Insets Modifier and Type 方法 描述 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)
其中规定了子由所限定的本地区的区域内实用方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。static 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, boolean isSnapToPixel)
其中规定了儿童的它的区域内的工具方法的父通过定义areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。protected void
Region. layoutInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, Insets margin, HPos halignment, VPos valignment)
其中规定了子由所限定的本地区的区域内实用方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。static void
Region. positionInArea(Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, Insets margin, HPos halignment, VPos valignment, boolean isSnapToPixel)
通过定义哪个位置该区域的区域内的子工具方法areaX
,areaY
,areaWidth
XareaHeight
,与基线偏移相对于该区域。static void
GridPane. setConstraints(Node child, int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment, Priority hgrow, Priority vgrow, Insets margin)
设置网格位置,跨度,对齐方式,增加优先级,以及子窗格包含在网格中时的边距。static void
BorderPane. setMargin(Node child, Insets value)
设置由边框窗格包含的小孩的边距。static void
FlowPane. setMargin(Node child, Insets value)
设置一个flowpane包含的孩子的边距。static void
GridPane. setMargin(Node child, Insets value)
设置子窗格包含的格子的边距。static void
HBox. setMargin(Node child, Insets value)
设置hbox包含的小孩的边距。static void
StackPane. setMargin(Node child, Insets value)
设置一个堆栈包含的小孩的边距。static void
TilePane. setMargin(Node node, Insets value)
设置小孩的边框,当包含一个瓦楞纸板时。static void
VBox. setMargin(Node child, Insets value)
设置由vbox包含的小孩的边距。void
Region. setOpaqueInsets(Insets value)
设置属性opaqueInsets的值。void
Region. setPadding(Insets value)
设置属性填充的值。Constructors in javafx.scene.layout with parameters of type Insets Constructor 描述 BackgroundFill(Paint fill, CornerRadii radii, Insets insets)
使用指定的填充,半径和插入创建一个新的BackgroundFill。BorderImage(Image image, BorderWidths widths, Insets insets, BorderWidths slices, boolean filled, BorderRepeat repeatX, BorderRepeat repeatY)
创建一个新的BorderImage。BorderStroke(Paint stroke, BorderStrokeStyle style, CornerRadii radii, BorderWidths widths, Insets insets)
创建一个新的BorderStroke。BorderStroke(Paint topStroke, Paint rightStroke, Paint bottomStroke, Paint leftStroke, BorderStrokeStyle topStyle, BorderStrokeStyle rightStyle, BorderStrokeStyle bottomStyle, BorderStrokeStyle leftStyle, CornerRadii radii, BorderWidths widths, Insets insets)
创建一个新的BorderStroke,指定所有构造参数。
-