public class UIPlafManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static UIPlafManager |
INSTANCE |
| Constructor and Description |
|---|
UIPlafManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(UIPlaf a) |
void |
addListener(UIPlafListener listener) |
void |
apply(String name) |
void |
apply(UIPlaf a) |
float |
getAppFontRelative() |
UIPlaf |
getCurrent() |
static UIPlafManager |
getCurrentManager() |
List<UIPlaf> |
items() |
protected String |
nameFromId(String a) |
boolean |
resizeAbsoluteFonts(float f) |
boolean |
resizeRelativeFonts(float f) |
public static UIPlafManager INSTANCE
public final void addListener(UIPlafListener listener)
public static final UIPlafManager getCurrentManager()
public final UIPlaf getCurrent()
public final void apply(String name)
public final void apply(UIPlaf a)
public boolean resizeRelativeFonts(float f)
public boolean resizeAbsoluteFonts(float f)
public final void add(UIPlaf a)
public float getAppFontRelative()
Copyright © 2021 vpc open source initiative. All rights reserved.