apollo.gui.genomemap
Class TranslationView

java.lang.Object
  extended by apollo.gui.genomemap.LinearView
      extended by apollo.gui.genomemap.ScrollAdjustedView
          extended by apollo.gui.genomemap.TranslationView
All Implemented Interfaces:
ViewI

public class TranslationView
extends ScrollAdjustedView

Not used - work in progress or pase?


Field Summary
 
Fields inherited from class apollo.gui.genomemap.ScrollAdjustedView
prefHeight, reverseComplement, scroller
 
Fields inherited from class apollo.gui.genomemap.LinearView
apollo_panel, backgroundColour, debug, foregroundColour, graphics, limitsSet, logger, transformer, transparent, viewBounds, visibilityListeners, visible
 
Fields inherited from interface apollo.gui.genomemap.ViewI
LEFTSIDE, NONE, RIGHTSIDE
 
Constructor Summary
TranslationView(javax.swing.JComponent ap, java.lang.String name)
           
 
Method Summary
 void drawSequence(java.awt.Graphics graphics, Transformer transformer)
           
 Selection findSelected(FeatureSelectionEvent evt)
           
 void paintView()
          paintView draws a cross in the centre of the View and a small cross in the upper left quadrant
 void setCurationSet(CurationSet cset)
           
 void setShowSequence(boolean flag)
           
 
Methods inherited from class apollo.gui.genomemap.ScrollAdjustedView
featureContains, getPreferredSize, setDrawBounds, setScrollFlag, setScrollSpace, setXOrientation
 
Methods inherited from class apollo.gui.genomemap.LinearView
addViewListener, addVisibilityListener, areLimitsSet, clear, fireViewEvent, getBackgroundColour, getBounds, getCentre, getComponent, getDrawBounds, getForegroundColour, getGraphics, getLimits, getMaximum, getMinimum, getName, getSelectionRectangle, getStrand, getTransform, getVisibleRange, init, isInvalid, isTransparent, isVisible, setBackgroundColour, setBounds, setCentre, setComponent, setDebug, setForegroundColour, setGraphics, setInvalidity, setLimits, setLimitsSet, setMaximum, setMinimum, setName, setStrand, setTransform, setTransparent, setVisible, setVisible, setZoomFactor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslationView

public TranslationView(javax.swing.JComponent ap,
                       java.lang.String name)
Method Detail

setCurationSet

public void setCurationSet(CurationSet cset)

setShowSequence

public void setShowSequence(boolean flag)

paintView

public void paintView()
Description copied from class: LinearView
paintView draws a cross in the centre of the View and a small cross in the upper left quadrant

Specified by:
paintView in interface ViewI
Overrides:
paintView in class LinearView

drawSequence

public void drawSequence(java.awt.Graphics graphics,
                         Transformer transformer)

findSelected

public Selection findSelected(FeatureSelectionEvent evt)