Package com.inductiveautomation.rm.swing
Class RMBorder.LineBorder
java.lang.Object
com.inductiveautomation.rm.swing.RMBorder
com.inductiveautomation.rm.swing.RMBorder.LineBorder
- All Implemented Interfaces:
- Archivable
- Enclosing class:
- RMBorder
A subclass for line border.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.inductiveautomation.rm.swing.RMBorderRMBorder.BevelBorder, RMBorder.EmptyBorder, RMBorder.EtchedBorder, RMBorder.LineBorder, RMBorder.TitledBorder
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new line border.LineBorder(RMColor aColor, double aWidth) Creates a new line border.
- 
Method SummaryModifier and TypeMethodDescriptionprotected BorderCreates the LineBorder.fromXML(RXArchiver anArchiver, RXElement anElement) XML Unarchival.toXML(RXArchiver anArchiver) XML Archival.Methods inherited from class com.inductiveautomation.rm.swing.RMBorderfromXMLBorder, getBorder
- 
Constructor Details- 
LineBorderpublic LineBorder()Creates a new line border.
- 
LineBorderCreates a new line border.
 
- 
- 
Method Details- 
createBorderCreates the LineBorder.- Specified by:
- createBorderin class- RMBorder
 
- 
toXMLXML Archival.
- 
fromXMLXML Unarchival.
 
-