@MinDoc(copyright="Copyright 1998 - 2009 A. Weinert", author="Albrecht Weinert", version="V.33", lastModified="27.03.2021", purpose="common final values for graphics") public interface GrafVal extends ColorVal
Modifier and Type | Field and Description |
---|---|
static int |
A_E
ERROR or ABORT from ImageObserver.
|
static ConcurrentHashMap<String,Font> |
fontCmap
HashMap for fonts.
|
static int |
H_W
WIDTH or HIGHT (info available) from ImageObserver.
|
static Font |
STD_B_FONT
Standard font for buttons.
|
static Font |
STD_FONT
Standard font for Elements.
|
static final int A_E
static final int H_W
static final ConcurrentHashMap<String,Font> fontCmap
GrafHelper.getFont(CharSequence)
and
GrafHelper.getFont(CharSequence, int, int)
.static final Font STD_FONT
static final Font STD_B_FONT