org.fhcrc.cpl.viewer.gui
Class MSImageComponent.MSImagePanel.FeatureSetImagePanelLayer

java.lang.Object
  extended by org.fhcrc.cpl.toolbox.gui.BaseImagePanelLayer
      extended by org.fhcrc.cpl.viewer.gui.MSImageComponent.MSImagePanel.FeatureSetImagePanelLayer
All Implemented Interfaces:
ImagePanelLayer
Enclosing class:
MSImageComponent.MSImagePanel

public class MSImageComponent.MSImagePanel.FeatureSetImagePanelLayer
extends BaseImagePanelLayer


Field Summary
static int DISPLAY_STYLE_PLUS
           
static int DISPLAY_STYLE_X
           
protected  int displayStyle
           
protected  FeatureSet featureSet
           
 
Fields inherited from class org.fhcrc.cpl.toolbox.gui.BaseImagePanelLayer
mName, mTranslucence
 
Constructor Summary
MSImageComponent.MSImagePanel.FeatureSetImagePanelLayer(FeatureSet newFeatureSet, java.lang.String name, int newDisplayStyle)
           
 
Method Summary
 void draw(java.awt.Graphics graphics, int imageWidth, int imageHeight, int minVisibleScan, int maxVisibleScan, double minVisibleMz, double maxVisibleMz)
           
 
Methods inherited from class org.fhcrc.cpl.toolbox.gui.BaseImagePanelLayer
adjustAlpha, adjustColor, getName, getTranslucence, setName, setTranslucence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

featureSet

protected FeatureSet featureSet

displayStyle

protected int displayStyle

DISPLAY_STYLE_X

public static final int DISPLAY_STYLE_X
See Also:
Constant Field Values

DISPLAY_STYLE_PLUS

public static final int DISPLAY_STYLE_PLUS
See Also:
Constant Field Values
Constructor Detail

MSImageComponent.MSImagePanel.FeatureSetImagePanelLayer

public MSImageComponent.MSImagePanel.FeatureSetImagePanelLayer(FeatureSet newFeatureSet,
                                                               java.lang.String name,
                                                               int newDisplayStyle)
Method Detail

draw

public void draw(java.awt.Graphics graphics,
                 int imageWidth,
                 int imageHeight,
                 int minVisibleScan,
                 int maxVisibleScan,
                 double minVisibleMz,
                 double maxVisibleMz)


Fred Hutchinson Cancer Research Center