public interface SizeType
| Modifier and Type | Field and Description |
|---|---|
static char |
CSS_DEFAULT
0: the default way units are processed in the CSS standard.
|
static char |
FORCED_DPI
2: The screen DPI is specified independently from the screen DPI.
|
static char |
SCREEN_DPI
1: The actual screen DPI is used.
|
static final char CSS_DEFAULT
static final char SCREEN_DPI
static final char FORCED_DPI
Copyright © 2026. All rights reserved.