|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--picture.Combination | +--picture.Correlation
Implementiert eine Korellation zwischen zwei Layer-Objekten. Beispiel: Seien a und b Layer-Objekte. Gesucht ist dann die Korellation von a und b. Dies ist dann mit folgender Zeile realisierbar:
Layer aKorrB = (new Correlation(a)).of(b);
Constructor Summary | |
Correlation()
|
Method Summary | |
Picture |
of(Picture a,
Picture b)
Erzeugt die Korellation von a und b. |
Layer |
of(ProgressHandler ph,
Layer a,
Layer b)
|
Methods inherited from class picture.Combination |
createNewInstance, of |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Correlation()
Method Detail |
public Layer of(ProgressHandler ph, Layer a, Layer b) throws PictureException
of
in class Combination
public Picture of(Picture a, Picture b) throws PictureException
Diese Methode unterstuetzt den Progress-Listener-Mechanismus der Klasse Layer und wirft 6 * a.width ProgressEvents aus.
of
in class Combination
a:
- erster Operandb:
- zweiter Operand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |