Uses of Interface
org.biojava.bio.seq.projection.ProjectionContext

Packages that use ProjectionContext
org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects. 
org.biojava.bio.seq.projection Code for projecting Feature objects into alternate coordinate systems. 
 

Uses of ProjectionContext in org.biojava.bio.seq
 

Classes in org.biojava.bio.seq that implement ProjectionContext
 class ProjectedFeatureHolder
          Helper class for projecting Feature objects into an alternative coordinate system.
 

Uses of ProjectionContext in org.biojava.bio.seq.projection
 

Methods in org.biojava.bio.seq.projection that return ProjectionContext
 ProjectionContext ProjectedFeature.getProjectionContext()
           
 ProjectionContext Projection.getProjectionContext()
           
 

Methods in org.biojava.bio.seq.projection with parameters of type ProjectionContext
 Feature ProjectionEngine.projectFeature(Feature f, ProjectionContext ctx)
          Return a projection of Feature f into the system defined by a given ProjectionContext.
 

Constructors in org.biojava.bio.seq.projection with parameters of type ProjectionContext
ProjectedFeature(Feature f, ProjectionContext ctx)
           
ProjectedStrandedFeature(StrandedFeature f, ProjectionContext ctx)