proguard.gui.splash
Class ConstantFont
java.lang.Object
proguard.gui.splash.ConstantFont
- All Implemented Interfaces:
- proguard.gui.splash.VariableFont
- public class ConstantFont
- extends Object
- implements proguard.gui.splash.VariableFont
This VariableFont is constant over time.
|
Method Summary |
Font |
getFont(long time)
Returns the Font for the given time. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstantFont
public ConstantFont(Font value)
getFont
public Font getFont(long time)
- Description copied from interface:
proguard.gui.splash.VariableFont
- Returns the Font for the given time.
- Specified by:
getFont in interface proguard.gui.splash.VariableFont