Klasse ImageGenerator
java.lang.Object
ch.nolix.core.programcontrol.future.AbstractFuture
ch.nolix.tech.math.fractal.ImageGenerator
- Alle implementierten Schnittstellen:
IFuture, FinishRequestable, IImageGenerator
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleanstatic ImageGeneratorforFractal(IFractal fractal) getError()booleanvoidLets the currentIFuturewait until it is finished.voidwaitUntilIsFinished(int timeoutInMilliseconds) Lets the currentIFuturewait until it is finished within the given timeoutInMilliseconds.Von Klasse geerbte Methoden AbstractFuture
isFinishedSuccessfully, isFinishedWithError, waitUntilIsFinishedSuccessfully, waitUntilIsFinishedSuccessfullyVon Klasse geerbte Methoden Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden FinishRequestable
isRunningVon Schnittstelle geerbte Methoden IFuture
isFinishedSuccessfully, isFinishedWithError, waitUntilIsFinishedSuccessfully, waitUntilIsFinishedSuccessfully
-
Methodendetails
-
forFractal
-
caughtError
public boolean caughtError()- Angegeben von:
caughtErrorin SchnittstelleIFuture- Gibt zurück:
- true if the current
IFuturecaught an error, false otherwise.
-
getError
-
getStoredImage
- Angegeben von:
getStoredImagein SchnittstelleIImageGenerator
-
isFinished
public boolean isFinished()- Angegeben von:
isFinishedin SchnittstelleFinishRequestable- Gibt zurück:
- true if the current
FinishRequestableis finished, false otherwise.
-
waitUntilIsFinished
public void waitUntilIsFinished()Beschreibung aus Schnittstelle kopiert:IFutureLets the currentIFuturewait until it is finished.- Angegeben von:
waitUntilIsFinishedin SchnittstelleIFuture
-
waitUntilIsFinished
public void waitUntilIsFinished(int timeoutInMilliseconds) Beschreibung aus Schnittstelle kopiert:IFutureLets the currentIFuturewait until it is finished within the given timeoutInMilliseconds.- Angegeben von:
waitUntilIsFinishedin SchnittstelleIFuture- Parameter:
timeoutInMilliseconds-
-