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

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

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


Constructor Summary
AmpConfigConfiguration()
           
 
Method Summary
 java.lang.Object clone()
           
 void configure(org.w3c.dom.Element element)
           
static AmpConfigConfiguration create(org.w3c.dom.Element el)
           
 AmpConfig createAmpConfig()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmpConfigConfiguration

public AmpConfigConfiguration()
Method Detail

configure

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

createAmpConfig

public AmpConfig createAmpConfig()

create

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

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object