Class PolygonInitializerFactory


  • @Component
    @Lazy
    @DependentInitialisation(ch.sahits.game.openpatrician.model.initialisation.StartNewGameBean.class)
    public class PolygonInitializerFactory
    extends java.lang.Object
    Factory for retrieving the proper scene initializer for the current scene, to setup the polygons.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Dec 13, 2013
    • Constructor Detail

      • PolygonInitializerFactory

        public PolygonInitializerFactory()
    • Method Detail

      • currentSceneProperty

        public javafx.beans.property.ObjectProperty<EScene> currentSceneProperty()