java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.LineBorder
com.inductiveautomation.ignition.common.xmlserialization.deserialization.LegacyLineBorder
All Implemented Interfaces:
Serializable, Border

public class LegacyLineBorder extends LineBorder
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:
  • Constructor Details

    • LegacyLineBorder

      public LegacyLineBorder()