proguard.gui.splash
Class ConstantFont

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

public class ConstantFont
extends java.lang.Object

This VariableFont is constant over time.


Constructor Summary
ConstantFont(java.awt.Font value)
           
 
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

ConstantFont

public ConstantFont(java.awt.Font value)
Method Detail

getFont

public java.awt.Font getFont(long time)
Returns the Font for the given time.