edu.sc.seis.fissuresUtil.display.configuration
Class BorderConfiguration
java.lang.Object
edu.sc.seis.fissuresUtil.display.configuration.BorderConfiguration
- All Implemented Interfaces:
- java.lang.Cloneable
public class BorderConfiguration
- extends java.lang.Object
- implements java.lang.Cloneable
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BorderConfiguration
public BorderConfiguration()
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