proguard.gui.splash
Class VariableSizeFont
java.lang.Object
proguard.gui.splash.VariableSizeFont
public class VariableSizeFont
- extends Object
This VariableFont varies in size with respect to its Timing.
- Author:
- Eric Lafortune
|
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 |
VariableSizeFont
public VariableSizeFont(Font font,
proguard.gui.splash.VariableDouble size)
- Creates a new VariableSizeFont
- Parameters:
font - the base font.size - the variable size of the font.
getFont
public Font getFont(long time)
- Returns the Font for the given time.
Copyright © 2012. All Rights Reserved.