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 SummaryNested 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract BorderCreates the border.static RMBorderfromXMLBorder(RXArchiver anArchiver, RXElement anElement) XML unarchival.Returns the Swing border.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.rm.archiver.ArchivablefromXML, toXML
- 
Constructor Details- 
RMBorderpublic RMBorder()
 
- 
- 
Method Details- 
getBorderReturns the Swing border.
- 
createBorderCreates the border.
- 
fromXMLBorderXML unarchival.
 
-