Java Native Rendering
Uses of Class org.violetlib.jnr.CenteredInsetter1
-
-
-
Modifier and Type |
Method and Description |
static CenteredInsetter1 |
CenteredInsetter1.createCentered(float regionSize)
Create a single dimension insets for a fixed size region that is centered in the component.
|
static CenteredInsetter1 |
CenteredInsetter1.createCentered(float regionSize,
float offset)
Create a single dimension insets for a fixed size region that is centered in the component.
|
static CenteredInsetter1 |
CenteredInsetter1.createCentered(float regionSize,
float alignmentRegionSize,
float offset)
Create a single dimension insets for a fixed size region that is centered in the component.
|