All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface collage.kernel.TransFinder

public interface TransFinder
extends Cloneable
CollageSystem transformation finder interface. A transformation finder is an object that calculates a transformation given two point sequences, such that one point sequence is mapped to the other sequence by the transformation.

Version:
09 Apr 1997
Author:
Nils Schwabe

Method Index

 o findTrans(PointSequence, PointSequence)
Creates and returns a new transformation that maps the source sequence to the dest sequence.

Methods

 o findTrans
  public abstract Transformation findTrans(PointSequence source,
                                           PointSequence dest)
Creates and returns a new transformation that maps the source sequence to the dest sequence. Returns null if no such transformation could be found by this TransFinder object.


All Packages  Class Hierarchy  This Package  Previous  Next  Index