Java javafx.scene.layout Region fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.layout Region fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.layout Region.

The text is from its open source code.

Subclass

javafx.scene.layout.Region has subclasses.
Click this link to see all its subclasses.

Field

doubleUSE_PREF_SIZE
Sentinel value which can be passed to a region's #setMinWidth(double) setMinWidth , #setMinHeight(double) setMinHeight , #setMaxWidth(double) setMaxWidth or #setMaxHeight(double) setMaxHeight methods to indicate that the preferred dimension should be used for that max and/or min constraint.

Constructor

Region()
Creates a new Region with an empty Background and and empty Border.

Method

InsetsgetInsets()
DoublePropertymaxHeightProperty()
DoublePropertymaxWidthProperty()
DoublePropertyminHeightProperty()
DoublePropertyminWidthProperty()
DoublePropertyprefHeightProperty()
DoublePropertyprefWidthProperty()
voidsetBorder(Border value)
voidsetMaxHeight(double value)
voidsetMaxWidth(double value)
voidsetPadding(Insets value)
voidsetPrefHeight(double value)
voidsetPrefWidth(double value)
voidsetStyle(String value)
A string representation of the CSS style associated with this specific Node .
BooleanPropertyvisibleProperty()