net.infonode.gui.laf.value
Class FontValue

java.lang.Object
  extended by net.infonode.gui.laf.value.FontValue

public class FontValue
extends java.lang.Object

Version:
$Revision: 1.3 $
Author:
$Author: jesper $

Field Summary
private static javax.swing.plaf.FontUIResource DEFAULT_FONT
           
private  javax.swing.plaf.FontUIResource defaultFont
           
private  javax.swing.plaf.FontUIResource font
           
 
Constructor Summary
FontValue()
           
FontValue(javax.swing.plaf.FontUIResource defaultFont)
           
 
Method Summary
 javax.swing.plaf.FontUIResource getFont()
           
 void setDefaultFont(javax.swing.plaf.FontUIResource defaultFont)
           
 void setFont(java.awt.Font font)
           
 void setFont(javax.swing.plaf.FontUIResource font)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_FONT

private static final javax.swing.plaf.FontUIResource DEFAULT_FONT

font

private javax.swing.plaf.FontUIResource font

defaultFont

private javax.swing.plaf.FontUIResource defaultFont
Constructor Detail

FontValue

public FontValue()

FontValue

public FontValue(javax.swing.plaf.FontUIResource defaultFont)
Method Detail

setFont

public void setFont(java.awt.Font font)

setFont

public void setFont(javax.swing.plaf.FontUIResource font)

setDefaultFont

public void setDefaultFont(javax.swing.plaf.FontUIResource defaultFont)

getFont

public javax.swing.plaf.FontUIResource getFont()