Uses of Package
org.biojava.bio.seq.projection

Packages that use org.biojava.bio.seq.projection
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. 
 

Classes in org.biojava.bio.seq.projection used by org.biojava.bio.seq
ProjectionContext
          Context for projected features.
 

Classes in org.biojava.bio.seq.projection used by org.biojava.bio.seq.projection
ProjectedFeature
          Internal class used by ProjectionEngine to wrap Feature objects.
Projection
          Interface implemented by all projected feature objects.
ProjectionContext
          Context for projected features.
ProjectionEngine
          Factory for proxy objects which project BioJava features into alternate coordinate systems.
ProjectionEngine.Instantiator
          Internal helper class.