uk.ac.sanger.cgp.standalonecsa.beans
Class FeatureBean

java.lang.Object
  extended by uk.ac.sanger.cgp.standalonecsa.beans.FeatureBean

public class FeatureBean
extends java.lang.Object

Author:
Original: kr2, $Author: kr2 $

Constructor Summary
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
 
Method Summary
 java.awt.Color getFeatureColor()
           
 int getFeatureStart()
           
 int getFeatureStop()
           
 FeatureType getFeatureType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureBean

public FeatureBean(int start,
                   int stop,
                   FeatureType type)
            throws CsaRenderException
Creates a new instance of FeatureBean

Throws:
CsaRenderException

FeatureBean

public FeatureBean(int start,
                   int stop,
                   FeatureType type,
                   java.awt.Color color)
            throws CsaRenderException
Creates a new instance of FeatureBean

Throws:
CsaRenderException
Method Detail

getFeatureStart

public int getFeatureStart()

getFeatureStop

public int getFeatureStop()

getFeatureType

public FeatureType getFeatureType()

getFeatureColor

public java.awt.Color getFeatureColor()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object