Package | Description |
---|---|
info.bioinfweb.libralign.alignmentarea.selection |
Contains classes necessary to perform the selection of rows and/or columns in an
AlignmentArea . |
Modifier and Type | Method and Description |
---|---|
SelectionDimension |
OneDimensionalSelection.getDimension()
Determines of this selection represent columns or rows.
|
static SelectionDimension |
SelectionDimension.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectionDimension[] |
SelectionDimension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
OneDimensionalSelection(SelectionModel owner,
SelectionDimension dimension) |