Basics
Guides
API Reference
Basics
Guides
API Reference
[14:7] extends: FxObj
Wraps JavaFX Insets, an immutable set of inside offsets for the four sides (top, right, bottom, left) of a rectangular area. Insets describe the padding of a Region, the space a Border or Background occupies, and similar edge offsets. Values are doubles measured in pixels.
Insets (Top = null, Right = null, Bottom = null, Left = null)
Creates a new Insets. With a single value all four sides share it; with four values each side is set independently. An existing Insets AJO passed as the first argument is wrapped directly.
Top is the top offset, the uniform offset, or an Insets AJO to wrap.Right is the optional right offset.Bottom is the optional bottom offset.Left is the optional left offset.getTop ()
Returns the top offset.
A double with the top offset.getRight ()
Returns the right offset.
A double with the right offset.getBottom ()
Returns the bottom offset.
A double with the bottom offset.getLeft ()
Returns the left offset.
A double with the left offset.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.