Class CellInsetBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
com.inductiveautomation.ignition.designer.gui.cellrenderer.CellInsetBorder
- All Implemented Interfaces:
Serializable
,Border
- See Also:
-
Field Summary
Fields inherited from class javax.swing.border.EmptyBorder
bottom, left, right, top
-
Constructor Summary
ConstructorsConstructorDescriptionCellInsetBorder
(int inset) CellInsetBorder
(int top, int left, int bottom, int right) CellInsetBorder
(Insets insets) -
Method Summary
Methods inherited from class javax.swing.border.EmptyBorder
getBorderInsets, getBorderInsets, isBorderOpaque, paintBorder
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Constructor Details
-
CellInsetBorder
public CellInsetBorder() -
CellInsetBorder
public CellInsetBorder(int inset) -
CellInsetBorder
public CellInsetBorder(int top, int left, int bottom, int right) -
CellInsetBorder
-
-
Method Details
-
createWithInsets
-