uk.ac.sanger.cgp.standalonecsa.beans
Class FeatureBean
java.lang.Object
uk.ac.sanger.cgp.standalonecsa.beans.FeatureBean
public class FeatureBean
- extends java.lang.Object
- Author:
- Original: kr2, $Author: kr2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
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