JIDE 3.5.15

com.jidesoft.swing
Interface PartialSide

All Known Implementing Classes:
PartialEtchedBorder, PartialGradientLineBorder, PartialLineBorder

public interface PartialSide


Field Summary
static int ALL
           
static int EAST
           
static int HORIZONTAL
           
static int NORTH
           
static int SOUTH
           
static int VERTICAL
           
static int WEST
           
 

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

JIDE 3.5.15