Package ch.nolix.tech.math.fractal
Klasse ImageGenerator
java.lang.Object
ch.nolix.core.programcontrol.future.BaseFuture
ch.nolix.tech.math.fractal.ImageGenerator
- Alle implementierten Schnittstellen:
IFuture
,FinishRequestable
,IImageGenerator
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
static ImageGenerator
forFractal
(IFractal fractal) getError()
boolean
void
Lets the currentIFuture
wait until it is finished.void
waitUntilIsFinished
(int timeoutInMilliseconds) Lets the currentIFuture
wait until it is finished within the given timeoutInMilliseconds.Von Klasse geerbte Methoden ch.nolix.core.programcontrol.future.BaseFuture
isFinishedSuccessfully, isFinishedWithError, waitUntilIsFinishedSuccessfully, waitUntilIsFinishedSuccessfully
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.programcontrolapi.processapi.FinishRequestable
isRunning
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.programcontrolapi.futureapi.IFuture
isFinishedSuccessfully, isFinishedWithError, waitUntilIsFinishedSuccessfully, waitUntilIsFinishedSuccessfully
-
Methodendetails
-
forFractal
-
caughtError
public boolean caughtError()- Angegeben von:
caughtError
in SchnittstelleIFuture
- Gibt zurück:
- true if the current
IFuture
caught an error.
-
getError
-
getStoredImage
- Angegeben von:
getStoredImage
in SchnittstelleIImageGenerator
-
isFinished
public boolean isFinished()- Angegeben von:
isFinished
in SchnittstelleFinishRequestable
- Gibt zurück:
- true if the current
FinishRequestable
is finished.
-
waitUntilIsFinished
public void waitUntilIsFinished()Beschreibung aus Schnittstelle kopiert:IFuture
Lets the currentIFuture
wait until it is finished.- Angegeben von:
waitUntilIsFinished
in SchnittstelleIFuture
-
waitUntilIsFinished
public void waitUntilIsFinished(int timeoutInMilliseconds) Beschreibung aus Schnittstelle kopiert:IFuture
Lets the currentIFuture
wait until it is finished within the given timeoutInMilliseconds.- Angegeben von:
waitUntilIsFinished
in SchnittstelleIFuture
- Parameter:
timeoutInMilliseconds
-
-