public class BorderConfiguration
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
BorderConfiguration() |
Modifier and Type | Method and Description |
---|---|
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() |
public void configure(org.w3c.dom.Element element)
public static BorderConfiguration create(org.w3c.dom.Element el, ColorConfiguration color, ColorConfiguration background)
public int getPosition()
public javax.swing.JComponent createBorder(SeismogramDisplay disp)
public BorderTitleConfiguration[] getTitles()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object