Package com.treasure.hunt.view.custom
Class CoinProgressSkin
- java.lang.Object
-
- com.treasure.hunt.view.custom.CoinLoaderSkin
-
- com.treasure.hunt.view.custom.CoinProgressSkin
-
- All Implemented Interfaces:
javafx.scene.control.Skin<CoinLoader>
public class CoinProgressSkin extends CoinLoaderSkin
-
-
Field Summary
-
Fields inherited from class com.treasure.hunt.view.custom.CoinLoaderSkin
coinLoader, images, imageView, timeline
-
-
Constructor Summary
Constructors Constructor Description CoinProgressSkin(CoinProgress coinLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javafx.scene.Node
getNode()
-
Methods inherited from class com.treasure.hunt.view.custom.CoinLoaderSkin
animation, dispose, getSkinnable
-
-
-
-
Constructor Detail
-
CoinProgressSkin
public CoinProgressSkin(CoinProgress coinLoader)
-
-
Method Detail
-
getNode
public javafx.scene.Node getNode()
- Specified by:
getNode
in interfacejavafx.scene.control.Skin<CoinLoader>
- Overrides:
getNode
in classCoinLoaderSkin
-
-