|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureType | |
---|---|
uk.ac.sanger.cgp.standalonecsa.beans | The beans used by Standalone AutoCSA. |
uk.ac.sanger.cgp.standalonecsa.enums | The immutable objects used in Standalone AutoCSA. |
Uses of FeatureType in uk.ac.sanger.cgp.standalonecsa.beans |
---|
Methods in uk.ac.sanger.cgp.standalonecsa.beans that return FeatureType | |
---|---|
FeatureType |
FeatureBean.getFeatureType()
|
Constructors in uk.ac.sanger.cgp.standalonecsa.beans with parameters of type FeatureType | |
---|---|
FeatureBean(int start,
int stop,
FeatureType type)
Creates a new instance of FeatureBean |
|
FeatureBean(int start,
int stop,
FeatureType type,
java.awt.Color color)
Creates a new instance of FeatureBean |
Uses of FeatureType in uk.ac.sanger.cgp.standalonecsa.enums |
---|
Fields in uk.ac.sanger.cgp.standalonecsa.enums declared as FeatureType | |
---|---|
static FeatureType |
FeatureType.DOMAIN
FeatureType to indicate domain features |
static FeatureType |
FeatureType.EXCLUSIVE_BOUNDRY
FeatureType to indicate a feature where the range outside the provided positions should be shaded |
static FeatureType |
FeatureType.INCLUSIVE_BOUNDRY
FeatureType to indicate a feature where the range between the provided positions should be shaded |
static FeatureType |
FeatureType.RENDER_AMPLIMER
FeatureType to indicate amplimer sequence drawing |
static FeatureType |
FeatureType.VARIANT_CALL
FeatureType to indicate variant call features |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |