All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface openstar.util.Transformation

public interface Transformation
extends Cloneable
Transformation interface.

Version:
04 Jun 1997
Author:
Nils Schwabe

Method Index

 o chain(Transformation)
Returns a new transformation that represents outer(this), or null if no such transformation could be generated.
 o transform(Point, Point)
The transformation method.

Methods

 o transform
  public abstract void transform(Point p,
                                 Point result)
The transformation method.

Parameters:
p - The point that is to be transformed.
result - The transformed point, which may actually be the same object as p.
 o chain
  public abstract Transformation chain(Transformation outer)
Returns a new transformation that represents outer(this), or null if no such transformation could be generated.


All Packages  Class Hierarchy  This Package  Previous  Next  Index