ProGuard

proguard.gui.splash
Class ConstantFont

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

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

This VariableFont is constant over time.


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

ConstantFont

public ConstantFont(Font value)
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