* Sets the colour scheme for the background alignment (as distinct from
* sub-groups, which may have their own colour schemes). A null value is used
* for no residue colour (white).
- *
- * BH Note: It is critical that any call to
- * AlignViewportI.setGlobalColourScheme is followed closely, if not
- * immediately, by a call to AlignPanel.repaint(true, true) so that the
- * overview is updated. When that happens, the sequence overview color caches
- * are cleared.
- *
+ *
* @param cs
*/
void setGlobalColourScheme(ColourSchemeI cs);
List<String> getFeatureGroups();
/**
- * get groups that are visible/invisible -- JalviewLite only?
+ * get groups that are visible/invisible
*
* @param visible
* @return
List<String> getGroups(boolean visible);
/**
- * Set visibility for a list of groups -- JalviewLite only?
+ * Set visibility for a list of groups
*
* @param toset
* @param visible
Graphics2D g2 = (Graphics2D) g;
g2.setComposite(AlphaComposite.getInstance(AlphaComposite.SRC_OVER,
transparency));
- // ((Graphics2D) g).setComposite(
- // AlphaComposite.getInstance(AlphaComposite.SRC_OVER,
- // transparency));
}
Color drawnColour = null;