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

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

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


Constructor Summary
TimeConfigConfiguration()
           
 
Method Summary
 java.lang.Object clone()
           
 void configure(org.w3c.dom.Element element)
           
static TimeConfigConfiguration create(org.w3c.dom.Element el)
           
static TimeConfigConfiguration createBasicTimeConfigConfig()
           
 TimeConfig createTimeConfig()
           
static edu.iris.Fissures.model.TimeInterval getAdvanceInterval(org.w3c.dom.Element el)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeConfigConfiguration

public TimeConfigConfiguration()
Method Detail

configure

public void configure(org.w3c.dom.Element element)
               throws java.lang.NoSuchFieldException
Throws:
java.lang.NoSuchFieldException

getAdvanceInterval

public static edu.iris.Fissures.model.TimeInterval getAdvanceInterval(org.w3c.dom.Element el)
                                                               throws java.lang.NoSuchFieldException
Throws:
java.lang.NoSuchFieldException

create

public static TimeConfigConfiguration create(org.w3c.dom.Element el)
                                      throws java.lang.NoSuchFieldException
Throws:
java.lang.NoSuchFieldException

createTimeConfig

public TimeConfig createTimeConfig()

clone

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

createBasicTimeConfigConfig

public static TimeConfigConfiguration createBasicTimeConfigConfig()