All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class openstar.util.MatrixTrans

java.lang.Object
   |
   +----openstar.util.Matrix
           |
           +----openstar.util.MatrixTrans

public class MatrixTrans
extends Matrix
implements Transformation
Matrix transformation class.

Version:
09 Apr 1997
Author:
Nils Schwabe

Constructor Index

 o MatrixTrans(int, int)

Method Index

 o chain(Transformation)
 o clone()
Makes a deep copy of this matrix object.
 o transform(Point, Point)

Constructors

 o MatrixTrans
  public MatrixTrans(int rows,
                     int columns)

Methods

 o transform
  public synchronized void transform(Point p,
                                     Point result)
 o chain
  public Transformation chain(Transformation outer)
 o clone
  public Object clone()
Makes a deep copy of this matrix object.

Overrides:
clone in class Matrix

All Packages  Class Hierarchy  This Package  Previous  Next  Index