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

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

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


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

Constructor Detail

ColorConfiguration

public ColorConfiguration()
Method Detail

configure

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

create

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

createColor

public java.awt.Color createColor()

toString

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