Package de.sciss.app
Interface GraphicsHandler
-
- All Known Implementing Classes:
BasicGraphicsHandler
public interface GraphicsHandler
-
-
Field Summary
Fields Modifier and Type Field Description static intFONT_BOLDSYSTEMstatic intFONT_LABELstatic intFONT_MEDIUMstatic intFONT_MINIstatic intFONT_SIZE_MASKstatic intFONT_SMALLstatic intFONT_SYSTEMstatic intFONT_TYPE_MASKstatic intFONT_USER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.FontgetFont(int type)
-
-
-
Field Detail
-
FONT_SYSTEM
static final int FONT_SYSTEM
- See Also:
- Constant Field Values
-
FONT_BOLDSYSTEM
static final int FONT_BOLDSYSTEM
- See Also:
- Constant Field Values
-
FONT_USER
static final int FONT_USER
- See Also:
- Constant Field Values
-
FONT_LABEL
static final int FONT_LABEL
- See Also:
- Constant Field Values
-
FONT_TYPE_MASK
static final int FONT_TYPE_MASK
- See Also:
- Constant Field Values
-
FONT_MEDIUM
static final int FONT_MEDIUM
- See Also:
- Constant Field Values
-
FONT_SMALL
static final int FONT_SMALL
- See Also:
- Constant Field Values
-
FONT_MINI
static final int FONT_MINI
- See Also:
- Constant Field Values
-
FONT_SIZE_MASK
static final int FONT_SIZE_MASK
- See Also:
- Constant Field Values
-
-