Class LegacyLineBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.LineBorder
com.inductiveautomation.ignition.common.xmlserialization.deserialization.LegacyLineBorder
- All Implemented Interfaces:
- Serializable,- Border
Meant as a last resort for when a Vision border specifies "com.incors.plaf.alloy.de", a class that was used by
 the 7.x era Laf. The class and its jar no longer exist as of 8.0, so we substitute this class to avoid
 deserialization errors.
- See Also:
- 
Field SummaryFields inherited from class javax.swing.border.LineBorderlineColor, roundedCorners, thickness
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class javax.swing.border.LineBordercreateBlackLineBorder, createGrayLineBorder, getBorderInsets, getLineColor, getRoundedCorners, getThickness, isBorderOpaque, paintBorderMethods inherited from class javax.swing.border.AbstractBordergetBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
- 
Constructor Details- 
LegacyLineBorderpublic LegacyLineBorder()
 
-