Class MarvinFx
- java.lang.Object
-
- ch.sahits.game.com.guigarage.marvfx.MarvinFx
-
public class MarvinFx extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private MarvinFxFailfailprivate static MarvinFxinstanceprivate MarvinFxRobotTyperobotType
-
Constructor Summary
Constructors Constructor Description MarvinFx()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MarvinFxFailgetFail()static MarvinFxgetInstance()MarvinFxRobotTypegetRobotType()voidsetFail(MarvinFxFail fail)voidsetRobotType(MarvinFxRobotType robotType)static javafx.stage.Stageshow(javafx.scene.Node node)static javafx.stage.Stageshow(javafx.scene.Parent parent)static javafx.stage.Stageshow(javafx.scene.Scene scene)static voidsleep(long duration)static voidsleep(javafx.util.Duration duration)
-
-
-
Field Detail
-
instance
private static MarvinFx instance
-
robotType
private MarvinFxRobotType robotType
-
fail
private MarvinFxFail fail
-
-
Method Detail
-
getRobotType
public MarvinFxRobotType getRobotType()
-
setRobotType
public void setRobotType(MarvinFxRobotType robotType)
-
getFail
public MarvinFxFail getFail()
-
setFail
public void setFail(MarvinFxFail fail)
-
show
public static javafx.stage.Stage show(javafx.scene.Scene scene)
-
show
public static javafx.stage.Stage show(javafx.scene.Parent parent)
-
show
public static javafx.stage.Stage show(javafx.scene.Node node)
-
sleep
public static void sleep(javafx.util.Duration duration)
-
sleep
public static void sleep(long duration)
-
getInstance
public static MarvinFx getInstance()
-
-