Uses of Interface
ch.sahits.game.graphic.image.IDataImageLoader
-
Packages that use IDataImageLoader 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.armory ch.sahits.game.openpatrician.display.dialog.ship ch.sahits.game.openpatrician.display.gameplay.impl ch.sahits.game.graphic.display.gameplay.internalch.sahits.game.openpatrician.display.javafx ch.sahits.game.openpatrician.display.javafx.control ch.sahits.game.openpatrician.display.model ch.sahits.game.openpatrician.display.notice ch.sahits.game.graphic.display.notice Packagech.sahits.game.openpatrician.display.service ch.sahits.game.openpatrician.javafx.control ch.sahits.game.openpatrician.javafx.control.skin ch.sahits.game.openpatrician.javafx.service -
-
Uses of IDataImageLoader in ch.sahits.game.graphic.image
Fields in ch.sahits.game.graphic.image declared as IDataImageLoader Modifier and Type Field Description private IDataImageLoaderImageUtil. imageLoader -
Uses of IDataImageLoader in ch.sahits.game.graphic.image.impl
Classes in ch.sahits.game.graphic.image.impl that implement IDataImageLoader Modifier and Type Class Description classSelectiveCachableXMLImageLoaderImage loader based on an XML file. -
Uses of IDataImageLoader in ch.sahits.game.openpatrician.display.dialog
Fields in ch.sahits.game.openpatrician.display.dialog declared as IDataImageLoader Modifier and Type Field Description private IDataImageLoaderPersonalDialog. imgLoader -
Uses of IDataImageLoader in ch.sahits.game.openpatrician.display.dialog.armory
Fields in ch.sahits.game.openpatrician.display.dialog.armory declared as IDataImageLoader Modifier and Type Field Description private IDataImageLoaderHandWeaponDialog. imageLoaderprivate IDataImageLoaderShipWeaponDialog. imageLoader -
Uses of IDataImageLoader in ch.sahits.game.openpatrician.display.dialog.ship
Fields in ch.sahits.game.openpatrician.display.dialog.ship declared as IDataImageLoader Modifier and Type Field Description private IDataImageLoaderShipInfoDialog. imageLoaderprivate IDataImageLoaderShipListDialog. imageLoader -
Uses of IDataImageLoader in ch.sahits.game.openpatrician.display.gameplay.impl
Fields in ch.sahits.game.openpatrician.display.gameplay.impl declared as IDataImageLoader Modifier and Type Field Description protected IDataImageLoaderScenePolygonInitialzer. xmlLoader -
Uses of IDataImageLoader in ch.sahits.game.openpatrician.display.javafx
Fields in ch.sahits.game.openpatrician.display.javafx declared as IDataImageLoader Modifier and Type Field Description private IDataImageLoaderSeamapImageView. imageLoaderprivate IDataImageLoaderMainGameView. xmlLoader -
Uses of IDataImageLoader in ch.sahits.game.openpatrician.display.javafx.control
Fields in ch.sahits.game.openpatrician.display.javafx.control declared as IDataImageLoader Modifier and Type Field Description private IDataImageLoaderGameStatus. imageLoaderprivate IDataImageLoaderMainMenu. imageLoaderprivate IDataImageLoaderSubMenu. imageLoaderprivate IDataImageLoaderViewStatus. imageLoader -
Uses of IDataImageLoader in ch.sahits.game.openpatrician.display.model
Fields in ch.sahits.game.openpatrician.display.model declared as IDataImageLoader Modifier and Type Field Description private IDataImageLoaderBarrelConfiguration. imageLoader -
Uses of IDataImageLoader in ch.sahits.game.openpatrician.display.notice
Fields in ch.sahits.game.openpatrician.display.notice declared as IDataImageLoader Modifier and Type Field Description private IDataImageLoaderNoticeBoardContentProvider. imageLoader -
Uses of IDataImageLoader in ch.sahits.game.openpatrician.display.service
Methods in ch.sahits.game.openpatrician.display.service that return IDataImageLoader Modifier and Type Method Description IDataImageLoaderUIFactory. getXMLImageLoader()Retrieve the XML image loader for the main screen -
Uses of IDataImageLoader in ch.sahits.game.openpatrician.javafx.control
Fields in ch.sahits.game.openpatrician.javafx.control declared as IDataImageLoader Modifier and Type Field Description private IDataImageLoaderCityIcons. imageLoaderprivate IDataImageLoaderMoneyTransfer. imageLoaderprivate IDataImageLoaderShipIcon. imageLoaderConstructors in ch.sahits.game.openpatrician.javafx.control with parameters of type IDataImageLoader Constructor Description CityIcons(CityState cityState, IDataImageLoader imageLoader)MoneyTransfer(IDataImageLoader imageLoader)ShipIcon(INavigableVessel vessel, IHumanPlayer player, IDataImageLoader imageLoader) -
Uses of IDataImageLoader in ch.sahits.game.openpatrician.javafx.control.skin
Fields in ch.sahits.game.openpatrician.javafx.control.skin declared as IDataImageLoader Modifier and Type Field Description private IDataImageLoaderMoneyTransferSkin. imageLoaderprivate IDataImageLoaderShipIconSkin. imageLoaderConstructors in ch.sahits.game.openpatrician.javafx.control.skin with parameters of type IDataImageLoader Constructor Description MoneyTransferSkin(MoneyTransfer control, IDataImageLoader imageLoader)Constructor for all SkinBase instances.ShipIconSkin(ShipIcon control, IDataImageLoader imageLoader) -
Uses of IDataImageLoader in ch.sahits.game.openpatrician.javafx.service
Methods in ch.sahits.game.openpatrician.javafx.service with parameters of type IDataImageLoader Modifier and Type Method Description MoneyTransferJavaFXUtils. getMoneyTransfer(IDataImageLoader imageLoader)Create a new instance for the money transfer.
-