Package ch.nolix.tech.math.fractal
Klasse ImageGenerator
java.lang.Object
ch.nolix.core.programcontrol.future.AbstractFuture
ch.nolix.tech.math.fractal.ImageGenerator
- Alle implementierten Schnittstellen:
IFuture,FinishRequestable,IImageGenerator
-
Methodenübersicht
Modifizierer 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 ch.nolix.core.programcontrol.future.AbstractFuture
isFinishedSuccessfully, isFinishedWithError, waitUntilIsFinishedSuccessfully, waitUntilIsFinishedSuccessfullyVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.programcontrol.process.FinishRequestable
isRunningVon Schnittstelle geerbte Methoden ch.nolix.coreapi.programcontrol.future.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.
-
getError
-
getStoredImage
- Angegeben von:
getStoredImagein SchnittstelleIImageGenerator
-
isFinished
public boolean isFinished()- Angegeben von:
isFinishedin SchnittstelleFinishRequestable- Gibt zurück:
- true if the current
FinishRequestableis finished.
-
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-
-