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

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

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


Constructor Summary
BorderConfiguration()
           
 
Method Summary
 java.lang.Object clone()
           
 void configure(org.w3c.dom.Element element)
           
static BorderConfiguration create(org.w3c.dom.Element el, ColorConfiguration color, ColorConfiguration background)
           
 javax.swing.JComponent createBorder(SeismogramDisplay disp)
           
 int getPosition()
           
 BorderTitleConfiguration[] getTitles()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BorderConfiguration

public BorderConfiguration()
Method Detail

configure

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

create

public static BorderConfiguration create(org.w3c.dom.Element el,
                                         ColorConfiguration color,
                                         ColorConfiguration background)

getPosition

public int getPosition()

createBorder

public javax.swing.JComponent createBorder(SeismogramDisplay disp)

getTitles

public BorderTitleConfiguration[] getTitles()

toString

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

clone

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