Package com.inductiveautomation.rm.swing
Class RMBorder
java.lang.Object
com.inductiveautomation.rm.swing.RMBorder
- All Implemented Interfaces:
Archivable
- Direct Known Subclasses:
RMBorder.BevelBorder
,RMBorder.EmptyBorder
,RMBorder.EtchedBorder
,RMBorder.LineBorder
,RMBorder.TitledBorder
A class to represent Swing borders for JComponentShape.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A subclass for bevel border.static class
A subclass for empty border.static class
A subclass for etched border.static class
A subclass for line border.static class
A subclass for etched border. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract Border
Creates the border.static RMBorder
fromXMLBorder
(RXArchiver anArchiver, RXElement anElement) XML unarchival.Returns the Swing border.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.rm.archiver.Archivable
fromXML, toXML
-
Constructor Details
-
RMBorder
public RMBorder()
-
-
Method Details
-
getBorder
Returns the Swing border. -
createBorder
Creates the border. -
fromXMLBorder
XML unarchival.
-