public interface IStorage
| Type | Property and Description |
|---|---|
javafx.beans.property.IntegerProperty |
numberGuards
Retrieve the number of guards
|
javafx.beans.property.IntegerProperty |
rentOutStorage
Retrieve the amount of storage in barrels that is rented by someone else
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.binding.IntegerBinding |
costsPerDayBinding()
Retrieve the daily cost for rent storage
|
javafx.beans.binding.IntegerBinding |
guardCostsPerDayBinding()
Retrieve the costs for the guards
|
javafx.beans.property.IntegerProperty |
numberGuardsProperty()
Retrieve the number of guards
|
javafx.beans.property.IntegerProperty |
rentOutStorageProperty()
Retrieve the amount of storage in barrels that is rented by someone else
|
javafx.beans.binding.ObjectBinding<ELevel> |
securityLevelBinding()
Retrieve the security level
|
void |
updateGuardsNumber(int update)
Increase or decrease the number of guards
|
void |
updateRendedSpace(int nbBarrels)
Update the rented out space
|
javafx.beans.property.IntegerProperty rentOutStorageProperty
javafx.beans.property.IntegerProperty numberGuardsProperty
javafx.beans.property.IntegerProperty rentOutStorageProperty()
void updateRendedSpace(int nbBarrels)
nbBarrels - javafx.beans.binding.IntegerBinding costsPerDayBinding()
javafx.beans.property.IntegerProperty numberGuardsProperty()
javafx.beans.binding.IntegerBinding guardCostsPerDayBinding()
javafx.beans.binding.ObjectBinding<ELevel> securityLevelBinding()
void updateGuardsNumber(int update)
update - Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.