public static class JBUI.Borders
extends java.lang.Object
Constructor and Description |
---|
Borders() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.border.Border |
customLine(java.awt.Color color) |
static javax.swing.border.Border |
customLine(java.awt.Color color,
int thickness) |
static javax.swing.border.Border |
customLine(java.awt.Color color,
int top,
int left,
int bottom,
int right) |
static JBEmptyBorder |
empty() |
static javax.swing.border.Border |
empty(int offsets) |
static JBEmptyBorder |
empty(int topAndBottom,
int leftAndRight) |
static JBEmptyBorder |
empty(int top,
int left,
int bottom,
int right) |
static JBEmptyBorder |
emptyBottom(int offset) |
static JBEmptyBorder |
emptyLeft(int offset) |
static JBEmptyBorder |
emptyRight(int offset) |
static JBEmptyBorder |
emptyTop(int offset) |
static javax.swing.border.Border |
merge(javax.swing.border.Border source,
javax.swing.border.Border extra,
boolean extraIsOutside) |
public static JBEmptyBorder empty(int top, int left, int bottom, int right)
public static JBEmptyBorder empty(int topAndBottom, int leftAndRight)
public static JBEmptyBorder emptyTop(int offset)
public static JBEmptyBorder emptyLeft(int offset)
public static JBEmptyBorder emptyBottom(int offset)
public static JBEmptyBorder emptyRight(int offset)
public static JBEmptyBorder empty()
public static javax.swing.border.Border empty(int offsets)
public static javax.swing.border.Border customLine(java.awt.Color color, int top, int left, int bottom, int right)
public static javax.swing.border.Border customLine(java.awt.Color color, int thickness)
public static javax.swing.border.Border customLine(java.awt.Color color)
public static javax.swing.border.Border merge(javax.swing.border.Border source, javax.swing.border.Border extra, boolean extraIsOutside)