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 Summary
Fields inherited from class javax.swing.border.LineBorder
lineColor, roundedCorners, thickness
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.border.LineBorder
createBlackLineBorder, createGrayLineBorder, getBorderInsets, getLineColor, getRoundedCorners, getThickness, isBorderOpaque, paintBorder
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Constructor Details
-
LegacyLineBorder
public LegacyLineBorder()
-