Package com.jidesoft.swing
Interface PartialSide
-
- All Known Implementing Classes:
PartialEtchedBorder
,PartialGradientLineBorder
,PartialLineBorder
public interface PartialSide
-
-
Field Detail
-
NORTH
static final int NORTH
- See Also:
- Constant Field Values
-
SOUTH
static final int SOUTH
- See Also:
- Constant Field Values
-
EAST
static final int EAST
- See Also:
- Constant Field Values
-
WEST
static final int WEST
- See Also:
- Constant Field Values
-
HORIZONTAL
static final int HORIZONTAL
- See Also:
- Constant Field Values
-
VERTICAL
static final int VERTICAL
- See Also:
- Constant Field Values
-
ALL
static final int ALL
- See Also:
- Constant Field Values
-
-