All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.layout.Region.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    Region is the base class for all JavaFX Node-based UI Controls, and all layout containers. It is a resizable Parent node which can be styled from CSS. It can have multiple backgrounds and borders. It is designed to support as much of the CSS3 specification for backgrounds and borders as is relevant to JavaFX. The full specification is available at the W3C.

]]>
The background of the Region, which is made up of zero or more BackgroundFills, and zero or more BackgroundImages.

]]>
The border of the Region, which is made up of zero or more BorderStrokes, and zero or more BorderImages.

]]>
Defines a hint to the system indicating that the Shape used to define the region's background is stable and would benefit from caching.

]]>
Defines whether the shape is centered within the Region's width or height.

]]>
Property for overriding the region's computed maximum width.

]]>
Property for overriding the region's computed maximum height.

]]>
Property for overriding the region's computed minimum width.

]]>
Property for overriding the region's computed minimum height.

]]>
Property for overriding the region's computed preferred width.

]]>
Property for overriding the region's computed preferred height.

]]>
nes the area of the region within which completely opaque pixels are drawn.

格式为一个double或4的double用英文逗号分隔,如:3或3,3,3,3

]]>
The top, right, bottom, and left padding around the region's content.

格式为一个double或4的double用英文逗号分隔,如:3或3,3,3,3

]]>
Specifies whether the shape, if defined, is scaled to match the size of the Region.

]]>
Defines whether this region adjusts position, spacing, and size values of its children to pixel boundaries.

]]>
The background of the Region, which is made up of zero or more BackgroundFills, and zero or more BackgroundImages.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy