ProGuard

proguard.gui.splash
Class VariableSizeFont

java.lang.Object
  extended byproguard.gui.splash.VariableSizeFont
All Implemented Interfaces:
proguard.gui.splash.VariableFont

public class VariableSizeFont
extends Object
implements proguard.gui.splash.VariableFont

This VariableFont varies in size with respect to its Timing.


Constructor Summary
VariableSizeFont(Font font, proguard.gui.splash.VariableDouble size)
          Creates a new VariableSizeFont
 
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
 

Constructor Detail

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.
Method Detail

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

ProGuard