proguard.gui.splash
Class VariableSizeFont

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

public class VariableSizeFont
extends Object

This VariableFont varies in size with respect to its Timing.

Author:
Eric Lafortune

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)
Returns the Font for the given time.



Copyright © 2012. All Rights Reserved.