Class LegacyLineBorder

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.border.Border

    public class LegacyLineBorder
    extends javax.swing.border.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:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.swing.border.LineBorder

        lineColor, roundedCorners, thickness
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LegacyLineBorder

        public LegacyLineBorder()