public interface Frame
Description: An interface that can be implemented by classes that contain frame information.
Copyright: Copyright (c) 2001.
Modifier and Type | Field and Description |
---|---|
static int |
FRAME_0 |
static int |
FRAME_1 |
static int |
FRAME_2 |
Modifier and Type | Method and Description |
---|---|
int |
getFrame()
A method to get the frame information of the implementing object
|
static final int FRAME_0
static final int FRAME_1
static final int FRAME_2
int getFrame()
Copyright © 2020 BioJava. All rights reserved.