proguard.gui.splash
Class VariableSizeFont

java.lang.Object
  extended by proguard.gui.splash.VariableSizeFont

public class VariableSizeFont
extends java.lang.Object

This VariableFont varies in size with respect to its Timing.


Constructor Summary
VariableSizeFont(java.awt.Font font, proguard.gui.splash.VariableDouble size)
          Creates a new VariableSizeFont
 
Method Summary
 java.awt.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(java.awt.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 java.awt.Font getFont(long time)
Returns the Font for the given time.