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 classA subclass for bevel border.static classA subclass for empty border.static classA subclass for etched border.static classA subclass for line border.static classA subclass for etched border. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BorderCreates the border.static RMBorderfromXMLBorder(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, waitMethods 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.
-