Class CreditsScene
- java.lang.Object
-
- ch.sahits.game.openpatrician.javafx.OpenPatricianScene
-
- ch.sahits.game.openpatrician.display.scene.BaseStartupScene
-
- ch.sahits.game.openpatrician.display.scene.CreditsScene
-
public class CreditsScene extends BaseStartupScene
Scene displaying the credits.- Author:
- Andi Hotz, (c) Sahits GmbH, 2013 Created on Sep 6, 2013
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ch.sahits.game.openpatrician.display.scene.BaseStartupScene
BaseStartupScene.LabelHoverChangeListener
-
-
Field Summary
-
Fields inherited from class ch.sahits.game.openpatrician.display.scene.BaseStartupScene
paperScroll, untransformedHeight, untransformedWidth
-
-
Constructor Summary
Constructors Constructor Description CreditsScene()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetStyleSheetFilename()Define the stylesheet name to be applied for this scene.voidheightChange(double oldHeight, double newHeigth)voidwidthChange(double oldWidth, double newWidth)-
Methods inherited from class ch.sahits.game.openpatrician.display.scene.BaseStartupScene
changeScene, createBaseSceneLayout, createPerspectiveTransform, getSceneChangeable, setSceneChangeable
-
-
-
-
Method Detail
-
getStyleSheetFilename
protected java.lang.String getStyleSheetFilename()
Description copied from class:BaseStartupSceneDefine the stylesheet name to be applied for this scene.- Specified by:
getStyleSheetFilenamein classBaseStartupScene- Returns:
- file name for the style sheet.
-
heightChange
public void heightChange(double oldHeight, double newHeigth)- Overrides:
heightChangein classch.sahits.game.openpatrician.javafx.OpenPatricianScene
-
widthChange
public void widthChange(double oldWidth, double newWidth)- Overrides:
widthChangein classch.sahits.game.openpatrician.javafx.OpenPatricianScene
-
-