Class SubSequenceRenderContext

java.lang.Object
org.biojava.bio.gui.sequence.SubSequenceRenderContext
All Implemented Interfaces:
SwingConstants, SequenceRenderContext

public class SubSequenceRenderContext extends Object implements SequenceRenderContext
Allows a new renderer to "wrap" another one, replacing one or more values.

Use this when implementing SequenceRenderer classes that modify the data that is passed on to delegate renderers e.g. filtering the features, transforming the sequence or moving the rendering co-ordinates.

Author:
Matthew Pocock