Uses of Interface
ch.sahits.game.graphic.image.IFontLoader
-
Packages that use IFontLoader Package Description ch.sahits.game.graphic.image ch.sahits.game.graphic.image.impl This package contains implementation classes of interfaces defined inch.sahits.game.openpatrician.display.dialog Dialog packagech.sahits.game.openpatrician.display.dialog.church ch.sahits.game.openpatrician.display.dialog.shipyard ch.sahits.game.openpatrician.display.scene ch.sahits.game.graphic.display.scenech.sahits.game.openpatrician.display.service ch.sahits.game.openpatrician.javafx.service -
-
Uses of IFontLoader in ch.sahits.game.graphic.image
Fields in ch.sahits.game.graphic.image declared as IFontLoader Modifier and Type Field Description private IFontLoaderImageUtil. fontLoader -
Uses of IFontLoader in ch.sahits.game.graphic.image.impl
Classes in ch.sahits.game.graphic.image.impl that implement IFontLoader Modifier and Type Class Description classFontLoaderFont loader for loading fonts. -
Uses of IFontLoader in ch.sahits.game.openpatrician.display.dialog
Fields in ch.sahits.game.openpatrician.display.dialog declared as IFontLoader Modifier and Type Field Description private IFontLoaderHistoryStandaloneDialog. fontLoader -
Uses of IFontLoader in ch.sahits.game.openpatrician.display.dialog.church
Fields in ch.sahits.game.openpatrician.display.dialog.church declared as IFontLoader Modifier and Type Field Description private IFontLoaderChurchFeedingDialog. fontLoaderprivate IFontLoaderChurchGiftDialog. fontLoader -
Uses of IFontLoader in ch.sahits.game.openpatrician.display.dialog.shipyard
Fields in ch.sahits.game.openpatrician.display.dialog.shipyard declared as IFontLoader Modifier and Type Field Description private IFontLoaderBaseShipyardDialog. fontLoader -
Uses of IFontLoader in ch.sahits.game.openpatrician.display.scene
Fields in ch.sahits.game.openpatrician.display.scene declared as IFontLoader Modifier and Type Field Description private IFontLoaderCreditsScene. fontLoaderprivate IFontLoaderHanseaticHistoryScene. fontLoaderprivate IFontLoaderInGameOptionsScene. fontLoader -
Uses of IFontLoader in ch.sahits.game.openpatrician.display.service
Methods in ch.sahits.game.openpatrician.display.service that return IFontLoader Modifier and Type Method Description IFontLoaderIJavaFXControlLoader. getFontLoader()Get the font loader.IFontLoaderUIFactory.JavaFXControlLoader. getFontLoader() -
Uses of IFontLoader in ch.sahits.game.openpatrician.javafx.service
Fields in ch.sahits.game.openpatrician.javafx.service declared as IFontLoader Modifier and Type Field Description private IFontLoaderDecoratedTextFactory. fontLoader
-