Java Native Rendering
Uses of Class org.violetlib.jnr.FloatingInsetter1
-
-
-
Modifier and Type |
Method and Description |
static FloatingInsetter1 |
FloatingInsetter1.createCentered(float regionSize,
float d1,
float d2)
Create a single dimension insets for a fixed size region that is centered between two minimum insets.
|
static FloatingInsetter1 |
FloatingInsetter1.createLeftTopAligned(float regionSize,
float d1)
Create a single dimension insets for a fixed size region that is positioned at a fixed offset from the left or top
edge of the component.
|
static FloatingInsetter1 |
FloatingInsetter1.createRightBottomAligned(float regionSize,
float d2)
Create a single dimension insets for a fixed size region that is positioned at a fixed offset from the right or
bottom edge of the component.
|