

Public Member Functions | |
| FeaturePanel (Genome genome, BaseViewerModel model) | |
| void | genomesReordered (ModelEvent event) |
| DbXrefMenuItemBuilder | getDbXrefMenuItemBuilder () |
| FeaturePopupMenuBuilder | getFeaturePopupMenuBuilder () |
| GenbankMenuItemBuilder | getGenbankMenuItemBuilder () |
| void | resizeForMoreFeatures () |
| void | setBounds (int arg0, int arg1, int arg2, int arg3) |
| void | viewableRangeChanged (ModelEvent event) |
Static Public Attributes | |
| final int | DEFAULT_HEIGHT = 40 |
| final int | DEFAULT_WIDTH = 10000 |
| final int | MAX_FEATURE_DISPLAY_RANGE = 500000 |
Static Protected Member Functions | |
| void | makeRenderer (BaseViewerModel model, MultiLineRenderer multi, FilterCacheSpec spec) throws ChangeVetoException |
| makes renderers for displaying a type of feature | |
Private Member Functions | |
| void | adjustScaleAndTranslation () |
| SequenceRenderer | barRenderer (String type, Color innerColor, double depth, StrandedFeature.Strand strand) throws ChangeVetoException |
| void | clearTransPanel () |
| void | init () |
| void | setNewSize (Dimension my_size) |
Private Attributes | |
| final DbXrefMenuItemBuilder | dmib = new DbXrefMenuItemBuilder() |
| final FeaturePopupMenuBuilder | fpmb = new FeaturePopupMenuBuilder() |
| final GenbankMenuItemBuilder | gmib = new GenbankMenuItemBuilder() |
| Sequence | seq |
| TranslatedSequencePanel | trans |
Definition at line 61 of file FeaturePanel.java.
|
||||||||||||
|
Definition at line 72 of file FeaturePanel.java. References init(). |
|
|
Definition at line 216 of file FeaturePanel.java. References org::gel::mauve::gui::sequence::AbstractSequencePanel::getGenome(), org::gel::mauve::Genome::getViewLength(), org::gel::mauve::Genome::getViewStart(), MAX_FEATURE_DISPLAY_RANGE, and trans. Referenced by setBounds(), and viewableRangeChanged(). |
|
||||||||||||||||||||
|
Definition at line 202 of file FeaturePanel.java. |
|
|
Definition at line 89 of file FeaturePanel.java. References trans. Referenced by init(). |
|
|
Reimplemented from org::gel::mauve::gui::sequence::AbstractSequencePanel. Definition at line 479 of file FeaturePanel.java. |
|
|
Definition at line 198 of file FeaturePanel.java. References dmib. |
|
|
Definition at line 197 of file FeaturePanel.java. References fpmb. |
|
|
Definition at line 199 of file FeaturePanel.java. References gmib. |
|
|
||||||||||||||||
|
makes renderers for displaying a type of feature
Definition at line 168 of file FeaturePanel.java. Referenced by init(). |
|
|
Definition at line 180 of file FeaturePanel.java. References setNewSize(). |
|
||||||||||||||||||||
|
Definition at line 81 of file FeaturePanel.java. References adjustScaleAndTranslation(), and trans. |
|
|
Definition at line 186 of file FeaturePanel.java. References trans. Referenced by init(), and resizeForMoreFeatures(). |
|
|
Reimplemented from org::gel::mauve::gui::sequence::AbstractSequencePanel. Definition at line 471 of file FeaturePanel.java. References adjustScaleAndTranslation(), and trans. |
|
|
Definition at line 64 of file FeaturePanel.java. Referenced by init(). |
|
|
Definition at line 63 of file FeaturePanel.java. Referenced by init(). |
|
|
Definition at line 69 of file FeaturePanel.java. Referenced by getDbXrefMenuItemBuilder(), and init(). |
|
|
Definition at line 70 of file FeaturePanel.java. Referenced by getFeaturePopupMenuBuilder(), and init(). |
|
|
Definition at line 68 of file FeaturePanel.java. Referenced by getGenbankMenuItemBuilder(), and init(). |
|
|
Definition at line 65 of file FeaturePanel.java. Referenced by adjustScaleAndTranslation(). |
|
|
Definition at line 67 of file FeaturePanel.java. |
|
|
Definition at line 66 of file FeaturePanel.java. Referenced by adjustScaleAndTranslation(), clearTransPanel(), init(), setBounds(), setNewSize(), and viewableRangeChanged(). |
1.3.6