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
-
chain(Transformation)
- Returns a new transformation that represents outer(this),
or null if no such transformation could be generated.
-
transform(Point, Point)
- The transformation method.
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.
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