apollo.gui.detailviewers.exonviewer
Interface Directions

All Known Implementing Classes:
SeqAlignPanel.AutoscrollThread

public interface Directions

Currently only used by SeqAlignPanel so putting in detailwindows package, if other classes use then should be moved, could probably be declared in SeqAlignPanel itself


Field Summary
static int EAST
           
static int NORTH
           
static int SOUTH
           
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