uk.ac.sanger.cgp.standalonecsa.enums
Class FeatureType

java.lang.Object
  extended by uk.ac.sanger.cgp.standalonecsa.enums.FeatureType

public class FeatureType
extends java.lang.Object

Used to encapsulate different types of VariantType, currently used for the display pathways.

Author:
Original: kr2, $Author: kr2 $

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

DOMAIN

public static final FeatureType DOMAIN
FeatureType to indicate domain features


VARIANT_CALL

public static final FeatureType VARIANT_CALL
FeatureType to indicate variant call features


RENDER_AMPLIMER

public static final FeatureType RENDER_AMPLIMER
FeatureType to indicate amplimer sequence drawing


INCLUSIVE_BOUNDRY

public static final FeatureType INCLUSIVE_BOUNDRY
FeatureType to indicate a feature where the range between the provided positions should be shaded


EXCLUSIVE_BOUNDRY

public static final FeatureType EXCLUSIVE_BOUNDRY
FeatureType to indicate a feature where the range outside the provided positions should be shaded

Method Detail

toString

public java.lang.String toString()
String representation of this object.

Overrides:
toString in class java.lang.Object
Returns:
string representation of this object