edu.sc.seis.fissuresUtil.display.configuration
Class FontConfiguration

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.display.configuration.FontConfiguration
All Implemented Interfaces:
java.lang.Cloneable

public class FontConfiguration
extends java.lang.Object
implements java.lang.Cloneable


Method Summary
 void configure(org.w3c.dom.Element el)
           
static FontConfiguration create(org.w3c.dom.Element el)
           
 java.awt.Font createFont()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

configure

public void configure(org.w3c.dom.Element el)

create

public static FontConfiguration create(org.w3c.dom.Element el)

createFont

public java.awt.Font createFont()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object