java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
com.inductiveautomation.ignition.designer.gui.cellrenderer.CellInsetBorder
All Implemented Interfaces:
Serializable, Border

public class CellInsetBorder extends EmptyBorder
See Also:
  • Constructor Details

    • CellInsetBorder

      public CellInsetBorder()
    • CellInsetBorder

      public CellInsetBorder(int inset)
    • CellInsetBorder

      public CellInsetBorder(int top, int left, int bottom, int right)
    • CellInsetBorder

      public CellInsetBorder(Insets insets)
  • Method Details