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 Summary
Nested classes/interfaces inherited from class com.inductiveautomation.rm.swing.RMBorder
RMBorder.BevelBorder, RMBorder.EmptyBorder, RMBorder.EtchedBorder, RMBorder.LineBorder, RMBorder.TitledBorder - 
Constructor Summary
ConstructorsConstructorDescriptionCreates a new line border.LineBorder(RMColor aColor, double aWidth) Creates a new line border. - 
Method Summary
Modifier 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.RMBorder
fromXMLBorder, getBorder 
- 
Constructor Details
- 
LineBorder
public LineBorder()Creates a new line border. - 
LineBorder
Creates a new line border. 
 - 
 - 
Method Details
- 
createBorder
Creates the LineBorder.- Specified by:
 createBorderin classRMBorder
 - 
toXML
XML Archival. - 
fromXML
XML Unarchival. 
 -