|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.sanger.cgp.standalonecsa.enums.FeatureType
public class FeatureType
Used to encapsulate different types of VariantType, currently used for the display pathways.
Field Summary | |
---|---|
static FeatureType |
DOMAIN
FeatureType to indicate domain features |
static FeatureType |
EXCLUSIVE_BOUNDRY
FeatureType to indicate a feature where the range outside the provided positions should be shaded |
static FeatureType |
INCLUSIVE_BOUNDRY
FeatureType to indicate a feature where the range between the provided positions should be shaded |
static FeatureType |
RENDER_AMPLIMER
FeatureType to indicate amplimer sequence drawing |
static FeatureType |
VARIANT_CALL
FeatureType to indicate variant call features |
Method Summary | |
---|---|
java.lang.String |
toString()
String representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FeatureType DOMAIN
public static final FeatureType VARIANT_CALL
public static final FeatureType RENDER_AMPLIMER
public static final FeatureType INCLUSIVE_BOUNDRY
public static final FeatureType EXCLUSIVE_BOUNDRY
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |