Class SubPairwiseRenderContext

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

public class SubPairwiseRenderContext extends Object implements PairwiseRenderContext

SubPairwiseRenderContext is a rendering context which wraps a delegate context and effectively hides some of the delegate's properties with its own. If any of the SymbolList, FeatureHolder or RangeLocation arguments are not null, their values are returned. Otherwise the delegate's method is called and its return value is returned instead.

Since:
1.2
Author:
Keith James, Matthew Pocock