public abstract class RMBorder extends java.lang.Object implements Archivable
| Modifier and Type | Class and Description |
|---|---|
static class |
RMBorder.BevelBorder
A subclass for bevel border.
|
static class |
RMBorder.EmptyBorder
A subclass for empty border.
|
static class |
RMBorder.EtchedBorder
A subclass for etched border.
|
static class |
RMBorder.LineBorder
A subclass for line border.
|
static class |
RMBorder.TitledBorder
A subclass for etched border.
|
| Constructor and Description |
|---|
RMBorder() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract javax.swing.border.Border |
createBorder()
Creates the border.
|
static RMBorder |
fromXMLBorder(RXArchiver anArchiver,
RXElement anElement)
XML unarchival.
|
javax.swing.border.Border |
getBorder()
Returns the Swing border.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromXML, toXMLpublic javax.swing.border.Border getBorder()
protected abstract javax.swing.border.Border createBorder()
public static RMBorder fromXMLBorder(RXArchiver anArchiver, RXElement anElement)