- calculate(int, Font) - Method in class ch.sahits.game.openpatrician.javafx.control.TextSizingUtility
-
Calculate the dimensions of a string using the font with the number of characters.
- calculate(String, Font) - Method in class ch.sahits.game.openpatrician.javafx.control.TextSizingUtility
-
Calculate the dimensions of a string using the font with the characters in the string.
- calculateEllipsis(Font, String, double) - Method in class ch.sahits.game.openpatrician.javafx.service.TextEllipsisCalculator
-
- CENTERED_STYLE - Static variable in class ch.sahits.game.openpatrician.javafx.control.PageSplitter
-
- centeredFont(Font) - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2Builder
-
- centeredFontProperty() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- ch.sahits.game.openpatrician.javafx - package ch.sahits.game.openpatrician.javafx
-
- ch.sahits.game.openpatrician.javafx.bindings - package ch.sahits.game.openpatrician.javafx.bindings
-
- ch.sahits.game.openpatrician.javafx.control - package ch.sahits.game.openpatrician.javafx.control
-
- ch.sahits.game.openpatrician.javafx.control.skin - package ch.sahits.game.openpatrician.javafx.control.skin
-
- ch.sahits.game.openpatrician.javafx.dialog - package ch.sahits.game.openpatrician.javafx.dialog
-
- ch.sahits.game.openpatrician.javafx.effects.transform - package ch.sahits.game.openpatrician.javafx.effects.transform
-
- ch.sahits.game.openpatrician.javafx.event - package ch.sahits.game.openpatrician.javafx.event
-
- ch.sahits.game.openpatrician.javafx.layout - package ch.sahits.game.openpatrician.javafx.layout
-
- ch.sahits.game.openpatrician.javafx.model - package ch.sahits.game.openpatrician.javafx.model
-
- ch.sahits.game.openpatrician.javafx.service - package ch.sahits.game.openpatrician.javafx.service
-
- CHURCH - ch.sahits.game.openpatrician.javafx.model.ENoticeBoardType
-
- CHURCH_EXTENSION - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Donate something toward the extension of the church.
- CHURCH_FEED - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Feeding the poor.
- CHURCH_GIFT - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Donate a gift to the church.
- CHURCH_PRAY - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Pray in the church.
- CITY_HALL_ALDERMAN_OFFICE - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Aldermans office
- CITY_HALL_ALDERMAN_OFFICE - ch.sahits.game.openpatrician.javafx.model.ENoticeBoardType
-
- CITY_HALL_CITY_WALL - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
City wall building
- CITY_HALL_HANSEATIC_INFO - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Hanseatic information
- CITY_HALL_MAYORS_OFFICE - ch.sahits.game.openpatrician.javafx.model.ENoticeBoardType
-
- CITY_HALL_MEETING_ROOM - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Meeting room
- CITY_HALL_MEETINGROOM - ch.sahits.game.openpatrician.javafx.model.ENoticeBoardType
-
- CITY_HALL_NOTICE - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Public notice in the city hall
- CITY_HALL_NOTICE_BOARD - ch.sahits.game.openpatrician.javafx.model.ENoticeBoardType
-
- CITY_HALL_OUTRIGGER - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Outrigger notice in the city hall
- CITY_HALL_TOWN_INFO - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Town information
- CITY_HALL_TREASURY - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
City treasury
- CITY_HISTORY - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
History dialog of the current city
- CityIcons - Class in ch.sahits.game.openpatrician.javafx.control
-
Icons of the city state.
- CityIcons(CityState, IDataImageLoader) - Constructor for class ch.sahits.game.openpatrician.javafx.control.CityIcons
-
- close() - Method in class ch.sahits.game.openpatrician.javafx.dialog.Dialog
-
Subclasses should override this method to ensure that the dialog properly cleans up
the state before it is closed.
- CloseApplicationEventHandler - Class in ch.sahits.game.openpatrician.javafx.event
-
Event handler that closes the application on the key combination Ctrl+Q
- CloseApplicationEventHandler() - Constructor for class ch.sahits.game.openpatrician.javafx.event.CloseApplicationEventHandler
-
- closeNoticeBoard() - Method in class ch.sahits.game.openpatrician.javafx.control.NoticeBoard
-
- COIN_ICON - Static variable in class ch.sahits.game.openpatrician.javafx.service.DecoratedTextFactory
-
- CoinIconView - Class in ch.sahits.game.openpatrician.javafx.control
-
- CoinIconView() - Constructor for class ch.sahits.game.openpatrician.javafx.control.CoinIconView
-
- CoinPrice - Class in ch.sahits.game.openpatrician.javafx.control
-
Coin price which is only visible when the amount is larger than zero.
- CoinPrice() - Constructor for class ch.sahits.game.openpatrician.javafx.control.CoinPrice
-
- CoinPriceAlwaysVisible - Class in ch.sahits.game.openpatrician.javafx.control
-
Coin price which is always visible.
- CoinPriceAlwaysVisible() - Constructor for class ch.sahits.game.openpatrician.javafx.control.CoinPriceAlwaysVisible
-
- COLSPAN2 - ch.sahits.game.openpatrician.javafx.model.ECellConstraint
-
Cell spans two columns.
- COLSPAN4 - ch.sahits.game.openpatrician.javafx.model.ECellConstraint
-
Celll spans four columns
- computeValue() - Method in class ch.sahits.game.openpatrician.javafx.bindings.StringToIntegerBinding
-
- computeValue() - Method in class ch.sahits.game.openpatrician.javafx.bindings.ZeroAmountBooleanBinding
-
Evaluates to true as long as the bound integer property is positive (>0).
- contentMaxHeight(double) - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2Builder
-
Define the max width for the content.
- contentMaxHeight(DoubleProperty) - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2Builder
-
Define the max width for the content.
- contentMaxHeightProperty() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
Retrieve the maximal height of the content
- contentMaxWidth(double) - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2Builder
-
Define the max width for the content.
- contentMaxWidth(DoubleProperty) - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2Builder
-
Define the max width for the content.
- contentMaxWidthProperty() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
Property containing the maximal width of the content.
- context - Variable in class ch.sahits.game.openpatrician.javafx.service.AbstractNoticeBoardMenuProvider
-
- ControlTableCell - Class in ch.sahits.game.openpatrician.javafx.model
-
Table cell containing a control.
- ControlTableCell(Node) - Constructor for class ch.sahits.game.openpatrician.javafx.model.ControlTableCell
-
- create() - Static method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2Builder
-
- createDecoratedText(String, String, Map<String, Object>) - Method in class ch.sahits.game.openpatrician.javafx.service.DecoratedTextFactory
-
Create a decorated text from the template string.
- createDecoratedText(String, Map<String, Object>) - Method in class ch.sahits.game.openpatrician.javafx.service.DecoratedTextFactory
-
Create a decorated text from the template string.
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.DisplayMessageOverlayLabel
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.EventMediaPlayer
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.EventPlayerFrame
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.MoneyTransfer
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianDialogInput
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianLargeWaxButton
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianRadioButton
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSlider
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSmallToggableWaxButton
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSmallWaxButton
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSpinner
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianStoneButton
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianWoodenTextInput
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.PlaceHolder
-
- createDefaultSkin() - Method in class ch.sahits.game.openpatrician.javafx.control.ShipIcon
-
- createGridPaneFromModel(Table) - Method in class ch.sahits.game.openpatrician.javafx.service.JavaFXUtils
-
Create a grid pane from a supplied table model.
- createLabel(String) - Method in class ch.sahits.game.openpatrician.javafx.service.DecoratedTextFactory
-
- createListForPlayer(List<IPlayer>) - Method in class ch.sahits.game.openpatrician.javafx.service.ItemNavigatorLabelWrapperFactory
-
Create a list of label wrapper for citizens, which include ICitizens as well as IPlayers.
- createListForVessels(List<IShip>) - Method in class ch.sahits.game.openpatrician.javafx.service.ItemNavigatorLabelWrapperFactory
-
Create a list of label wrapper for ships.
- createMenu(ENoticeBoardType, ICityPlayerProxyJFX) - Method in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardMenuProvider
-
- createMenuEntries(ICityPlayerProxyJFX, ENoticeBoardType) - Method in interface ch.sahits.game.openpatrician.javafx.service.INoticeBoardMenuProvider
-
Create a list of menu entries approypriate forthe type based on the city player proxy object.
- createMenuEntries(ICityPlayerProxyJFX, ENoticeBoardType) - Method in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardArmoryMenuProvider
-
- createMenuEntries(ICityPlayerProxyJFX, ENoticeBoardType) - Method in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardChurchMenuProvider
-
- createMenuEntries(ICityPlayerProxyJFX, ENoticeBoardType) - Method in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardCityHallMenuProvider
-
- createMenuEntries(ICityPlayerProxyJFX, ENoticeBoardType) - Method in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardGuildMenuProvider
-
- createMenuEntries(ICityPlayerProxyJFX, ENoticeBoardType) - Method in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardLoanerMenuProvider
-
- createMenuEntries(ICityPlayerProxyJFX, ENoticeBoardType) - Method in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardMarketPlaceMenuProvider
-
- createMenuEntries(ICityPlayerProxyJFX, ENoticeBoardType) - Method in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardMessageMenuProvider
-
- createMenuEntries(ICityPlayerProxyJFX, ENoticeBoardType) - Method in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardShipSelectionMenuProvider
-
- createMenuEntries(ICityPlayerProxyJFX, ENoticeBoardType) - Method in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardShipyardMenuProvider
-
- createMenuEntries(ICityPlayerProxyJFX, ENoticeBoardType) - Method in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardTavernMenuProvider
-
- createMenuEntries(ICityPlayerProxyJFX, ENoticeBoardType) - Method in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardTradingMenuProvider
-
- createMenuEntries(ICityPlayerProxyJFX, ENoticeBoardType) - Method in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardTradingOfficeMenuProvider
-
- createMultiParagraphContainer() - Method in class ch.sahits.game.openpatrician.javafx.service.DecoratedTextFactory
-
- createNonLabeledListForPlayer(List<IPlayer>) - Method in class ch.sahits.game.openpatrician.javafx.service.ItemNavigatorLabelWrapperFactory
-
Create a list of label wrapper for players, which include ICitizens as well as IPlayers.
- createNoticeBoardEntry(String, EDialogType) - Method in class ch.sahits.game.openpatrician.javafx.service.AbstractNoticeBoardMenuProvider
-
- createSimpleDecoratedText(String) - Method in class ch.sahits.game.openpatrician.javafx.service.DecoratedTextFactory
-
- createTitle(ENoticeBoardType, ICity) - Method in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardMenuTitleProvider
-
- currentPositionProperty() - Method in class ch.sahits.game.openpatrician.javafx.control.ItemNavigator
-
- GENERIC_ICON - Static variable in class ch.sahits.game.openpatrician.javafx.service.DecoratedTextFactory
-
- get(int) - Method in class ch.sahits.game.openpatrician.javafx.model.Table
-
- get(int) - Method in class ch.sahits.game.openpatrician.javafx.model.TableRow
-
- getActive() - Method in class ch.sahits.game.openpatrician.javafx.control.TogglebleImageButton
-
- getAligenment(int) - Method in class ch.sahits.game.openpatrician.javafx.model.Table
-
- getAligenment(int) - Method in class ch.sahits.game.openpatrician.javafx.model.TableHeader
-
- getAmount() - Method in class ch.sahits.game.openpatrician.javafx.control.BaleAmountAlwaysVisible
-
- getAmount() - Method in class ch.sahits.game.openpatrician.javafx.control.BarrelAmountAlwaysVisible
-
- getAmount() - Method in class ch.sahits.game.openpatrician.javafx.control.CoinPriceAlwaysVisible
-
- getAmount() - Method in class ch.sahits.game.openpatrician.javafx.control.FightingSkillAlwaysVisible
-
- getAmount() - Method in class ch.sahits.game.openpatrician.javafx.control.MoneyTransfer
-
- getAmount() - Method in class ch.sahits.game.openpatrician.javafx.control.NavigationSkillAlwaysVisible
-
- getAmount() - Method in class ch.sahits.game.openpatrician.javafx.control.TradingSkillAlwaysVisible
-
- getBackButtonLabel() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- getBackButtonNode() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
Retrieve the node definition to be used for the back button.
- getBackgroundDimension() - Method in class ch.sahits.game.openpatrician.javafx.control.EventPlayerFrame
-
Retrieve the dimensions of the background.
- getCellConstraint(ITableCell) - Method in class ch.sahits.game.openpatrician.javafx.model.TableRow
-
- getCenteredFont() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- getChildrenUnmodifiable() - Method in class ch.sahits.game.openpatrician.javafx.control.MoneyTransfer
-
- getClassCssMetaData() - Static method in class ch.sahits.game.openpatrician.javafx.control.DecoratedText
-
- getClassCssMetaData() - Static method in class ch.sahits.game.openpatrician.javafx.control.DisplayMessageOverlayLabel
-
- getClassCssMetaData() - Static method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianButton
-
- getClassCssMetaData() - Static method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianDialogInput
-
- getClassCssMetaData() - Static method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSlider
-
- getClassCssMetaData() - Static method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSpinner
-
- getClassCssMetaData() - Static method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianWoodenTextInput
-
- getColumnWidth(int) - Method in class ch.sahits.game.openpatrician.javafx.model.Table
-
Calculate the width of the indicated column.
- getContent() - Method in class ch.sahits.game.openpatrician.javafx.dialog.Dialog
-
- getContentMaxHeight() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- getContentMaxWidth() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- getControl() - Method in class ch.sahits.game.openpatrician.javafx.model.ControlTableCell
-
- getControlCssMetaData() - Method in class ch.sahits.game.openpatrician.javafx.control.DecoratedText
-
- getControlCssMetaData() - Method in class ch.sahits.game.openpatrician.javafx.control.DisplayMessageOverlayLabel
-
- getControlCssMetaData() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianButton
-
- getControlCssMetaData() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianDialogInput
-
- getControlCssMetaData() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSlider
-
- getControlCssMetaData() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSpinner
-
- getControlCssMetaData() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianWoodenTextInput
-
- getControlPoint1() - Method in class ch.sahits.game.openpatrician.javafx.model.BezierCurveControls
-
Retrieve the outgoing control point for
the start point of this segment of the curve.
- getControlPoint2() - Method in class ch.sahits.game.openpatrician.javafx.model.BezierCurveControls
-
Retrieve the incoming control point for
the end point of this segment of the curve.
- getCurrent() - Method in class ch.sahits.game.openpatrician.javafx.control.ItemNavigator
-
- getCurrentPosition() - Method in class ch.sahits.game.openpatrician.javafx.control.ItemNavigator
-
- getDescription() - Method in class ch.sahits.game.openpatrician.javafx.control.EventMediaPlayer
-
- getDestination() - Method in class ch.sahits.game.openpatrician.javafx.effects.transform.Translation2D
-
Get the destination point.
- getDisabled() - Method in class ch.sahits.game.openpatrician.javafx.model.NoticeBoardMenuEntry
-
- getDisplay() - Method in class ch.sahits.game.openpatrician.javafx.model.OpenPatricianSpinnerOptionDataModel
-
- getFileNameExt(double, double, int) - Method in class ch.sahits.game.openpatrician.javafx.control.ImageFactory
-
Compute the filename based on the stretching factor
- getFirstLastPageAction() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- getFont() - Method in class ch.sahits.game.openpatrician.javafx.control.DecoratedText
-
- getFont() - Method in class ch.sahits.game.openpatrician.javafx.control.DisplayMessageOverlayLabel
-
- getFont() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianButton
-
- getFont() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianDialogInput
-
- getFont() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSlider
-
- getFont() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSpinner
-
- getFont() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianWoodenTextInput
-
- getHeader() - Method in class ch.sahits.game.openpatrician.javafx.model.Table
-
- getHeaderFont() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- getHeigth() - Method in class ch.sahits.game.openpatrician.javafx.model.TableRow
-
- getInitialWidth() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSlider
-
- getInnerDimension() - Method in class ch.sahits.game.openpatrician.javafx.control.EventPlayerFrame
-
Retrieve the dimension of the inner border of the frame.
- getInsetBackground() - Method in class ch.sahits.game.openpatrician.javafx.control.EventPlayerFrame
-
Retrieve the inset coordinates for the background.
- getInsetMediaContent() - Method in class ch.sahits.game.openpatrician.javafx.control.EventPlayerFrame
-
Retrieve the inset coordinates for the media content.
- getItem() - Method in interface ch.sahits.game.openpatrician.javafx.control.IItemNavigatorLabelWrapper
-
Retrieve the item.
- getLabel() - Method in interface ch.sahits.game.openpatrician.javafx.control.IItemNavigatorLabelWrapper
-
Retrieve a label representing the item.
- getLines() - Method in class ch.sahits.game.openpatrician.javafx.control.Page
-
- getLocalHeight() - Method in class ch.sahits.game.openpatrician.javafx.control.PlaceHolder
-
- getLocalWidth() - Method in class ch.sahits.game.openpatrician.javafx.control.PlaceHolder
-
- getMaxTransfereable() - Method in class ch.sahits.game.openpatrician.javafx.control.MoneyTransfer
-
- getMenuEntries() - Method in class ch.sahits.game.openpatrician.javafx.model.NoticeBoardMenu
-
- getMoneyTransfer(IDataImageLoader) - Method in class ch.sahits.game.openpatrician.javafx.service.JavaFXUtils
-
Create a new instance for the money transfer.
- getNavigationLabelFont() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- getNbCols() - Method in class ch.sahits.game.openpatrician.javafx.model.TableHeader
-
- getNextButtonLabel() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- getNextButtonNode() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
Retrieve the node definition to be used for the next button.
- getNumberOfColumns() - Method in class ch.sahits.game.openpatrician.javafx.model.Table
-
Return the number of columns based on the header.
- getNumberOfRows() - Method in class ch.sahits.game.openpatrician.javafx.model.Table
-
Return the number of rows, not counting the header.
- getOnAction() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianButton
-
- getOption() - Method in class ch.sahits.game.openpatrician.javafx.model.OpenPatricianSpinnerOptionDataModel
-
- getOptions() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSpinner
-
- getPaddingLocal() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- getParagraphFont() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- getParentWidth() - Method in class ch.sahits.game.openpatrician.javafx.control.EventPlayerFrame
-
- getPlayer() - Method in class ch.sahits.game.openpatrician.javafx.control.ShipIcon
-
- getPoint() - Method in class ch.sahits.game.openpatrician.javafx.model.BezierCurveControls
-
Retrieve the enpoint of the curve.
- getPoint1() - Method in class ch.sahits.game.openpatrician.javafx.effects.transform.PolygonPerspectiveTransformation
-
- getPoint2() - Method in class ch.sahits.game.openpatrician.javafx.effects.transform.PolygonPerspectiveTransformation
-
- getPoint3() - Method in class ch.sahits.game.openpatrician.javafx.effects.transform.PolygonPerspectiveTransformation
-
- getScale() - Method in class ch.sahits.game.openpatrician.javafx.control.ShipIcon
-
- getSelected() - Method in class ch.sahits.game.openpatrician.javafx.model.NoticeBoardMenuEntry
-
- getSelectedIndex() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSlider
-
- getSelectedIndex() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSpinner
-
- getSelectedLabel() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianRadioButton
-
- getSelectedValue() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSlider
-
- getSelectedValue() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSpinner
-
Retrieve the mapping value for the selected index.
- getSize() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianDialogInput
-
- getSize() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianWoodenTextInput
-
- getSlabImage(Dimension2D) - Method in class ch.sahits.game.openpatrician.javafx.control.ImageFactory
-
Draw a borderless stone slab
- getSource() - Method in class ch.sahits.game.openpatrician.javafx.effects.transform.Translation2D
-
Get the source point.
- getStepSize() - Method in class ch.sahits.game.openpatrician.javafx.control.MoneyTransfer
-
- getText() - Method in class ch.sahits.game.openpatrician.javafx.control.DisplayMessageOverlayLabel
-
- getText() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianButton
-
- getText() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianDialogInput
-
- getText() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianWoodenTextInput
-
- getText() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- getTitle() - Method in class ch.sahits.game.openpatrician.javafx.control.EventMediaPlayer
-
- getToggled() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSmallToggableWaxButton
-
- getUnselectedLabel() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianRadioButton
-
- getUserAgentStylesheet() - Method in class ch.sahits.game.openpatrician.javafx.control.EventMediaPlayer
-
- getUserAgentStylesheet() - Method in class ch.sahits.game.openpatrician.javafx.control.MoneyTransfer
-
- getUserAgentStylesheet() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianButton
-
- getUserAgentStylesheet() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianDialogInput
-
- getUserAgentStylesheet() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianRadioButton
-
- getUserAgentStylesheet() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSlider
-
- getUserAgentStylesheet() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSmallToggableWaxButton
-
- getUserAgentStylesheet() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSpinner
-
- getUserAgentStylesheet() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianWoodenTextInput
-
- getUserAgentStylesheet() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- getUserAgentStylesheet() - Method in class ch.sahits.game.openpatrician.javafx.control.PlaceHolder
-
- getUserAgentStylesheet() - Method in class ch.sahits.game.openpatrician.javafx.control.ShipIcon
-
- getValue() - Method in class ch.sahits.game.openpatrician.javafx.model.DynamicTextTableCell
-
- getValue() - Method in class ch.sahits.game.openpatrician.javafx.model.OpenPatricianSpinnerOptionDataModel
-
- getValue() - Method in class ch.sahits.game.openpatrician.javafx.model.StaticTextTableCell
-
- getVessel() - Method in class ch.sahits.game.openpatrician.javafx.control.ShipIcon
-
- getWrappingWidth() - Method in class ch.sahits.game.openpatrician.javafx.control.DecoratedText
-
- getX() - Method in class ch.sahits.game.openpatrician.javafx.control.PlaceHolder
-
- getY() - Method in class ch.sahits.game.openpatrician.javafx.control.PlaceHolder
-
- guessNumberOfCharacters(double, Font) - Method in class ch.sahits.game.openpatrician.javafx.control.TextSizingUtility
-
Guess the number of characters that can be displayed in destWidth.
- GUILD - ch.sahits.game.openpatrician.javafx.model.ENoticeBoardType
-
- GUILD_AUCTION - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Auction of buildings and ships
- GUILD_JOIN - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Join the guild
- GUILD_MEDITERREAN - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Trading spots in the mediterrean
- GUILD_MEMBERS - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
List of guild members
- GUILD_TRADE_AGREEMENT - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Trading agreements in the mediterrean
- navigationLabelFont(Font) - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2Builder
-
- navigationLabelFontProperty() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
- NavigationSkillAlwaysVisible - Class in ch.sahits.game.openpatrician.javafx.control
-
Fighting skill which is always visible.
- NavigationSkillAlwaysVisible() - Constructor for class ch.sahits.game.openpatrician.javafx.control.NavigationSkillAlwaysVisible
-
- nextButtonLabel(String) - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2Builder
-
- nextButtonLabelProperty() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
Property defining the label of the next button.
- nextButtonNode(Node) - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2Builder
-
- NonAlphaNumWordSplitter - Class in ch.sahits.game.openpatrician.javafx.control
-
Word splitter on any non alpha numeric characters.
- NonAlphaNumWordSplitter() - Constructor for class ch.sahits.game.openpatrician.javafx.control.NonAlphaNumWordSplitter
-
- NoticeBoard - Class in ch.sahits.game.openpatrician.javafx.control
-
Control representing the main menu.
- NoticeBoard() - Constructor for class ch.sahits.game.openpatrician.javafx.control.NoticeBoard
-
- NoticeBoardArmoryMenuProvider - Class in ch.sahits.game.openpatrician.javafx.service
-
Notice board provider for the armory.
- NoticeBoardArmoryMenuProvider() - Constructor for class ch.sahits.game.openpatrician.javafx.service.NoticeBoardArmoryMenuProvider
-
- NoticeBoardChurchMenuProvider - Class in ch.sahits.game.openpatrician.javafx.service
-
Provide menu items for the church notice board.
- NoticeBoardChurchMenuProvider() - Constructor for class ch.sahits.game.openpatrician.javafx.service.NoticeBoardChurchMenuProvider
-
- NoticeBoardCityHallMenuProvider - Class in ch.sahits.game.openpatrician.javafx.service
-
Provide menu items for the city hall notice board.
- NoticeBoardCityHallMenuProvider() - Constructor for class ch.sahits.game.openpatrician.javafx.service.NoticeBoardCityHallMenuProvider
-
- NoticeBoardGuildMenuProvider - Class in ch.sahits.game.openpatrician.javafx.service
-
Provide menu items for the guild notice board.
- NoticeBoardGuildMenuProvider() - Constructor for class ch.sahits.game.openpatrician.javafx.service.NoticeBoardGuildMenuProvider
-
- NoticeBoardLoanerMenuProvider - Class in ch.sahits.game.openpatrician.javafx.service
-
Provide menu items for the loaner notice board
- NoticeBoardLoanerMenuProvider() - Constructor for class ch.sahits.game.openpatrician.javafx.service.NoticeBoardLoanerMenuProvider
-
- NoticeBoardMarketPlaceMenuProvider - Class in ch.sahits.game.openpatrician.javafx.service
-
Provide menu items for the market place notice board.
- NoticeBoardMarketPlaceMenuProvider() - Constructor for class ch.sahits.game.openpatrician.javafx.service.NoticeBoardMarketPlaceMenuProvider
-
- noticeBoardMenu - Variable in class ch.sahits.game.openpatrician.javafx.control.NoticeBoard
-
- NoticeBoardMenu - Class in ch.sahits.game.openpatrician.javafx.model
-
Representing the model for the menu displayed in the notice board.
- NoticeBoardMenu(ENoticeBoardType) - Constructor for class ch.sahits.game.openpatrician.javafx.model.NoticeBoardMenu
-
- NoticeBoardMenuEntry - Class in ch.sahits.game.openpatrician.javafx.model
-
Representing a single entry in the notice board menu.
- NoticeBoardMenuEntry(EDialogType) - Constructor for class ch.sahits.game.openpatrician.javafx.model.NoticeBoardMenuEntry
-
- NoticeBoardMenuProvider - Class in ch.sahits.game.openpatrician.javafx.service
-
Factory method to create the model for the notice board.
- NoticeBoardMenuProvider() - Constructor for class ch.sahits.game.openpatrician.javafx.service.NoticeBoardMenuProvider
-
- NoticeBoardMenuTitleProvider - Class in ch.sahits.game.openpatrician.javafx.service
-
Factory class providing the titles for the notice board menus.
- NoticeBoardMenuTitleProvider() - Constructor for class ch.sahits.game.openpatrician.javafx.service.NoticeBoardMenuTitleProvider
-
- NoticeBoardMessageMenuProvider - Class in ch.sahits.game.openpatrician.javafx.service
-
Provide the menu items for the messages in the notice board menu.
- NoticeBoardMessageMenuProvider() - Constructor for class ch.sahits.game.openpatrician.javafx.service.NoticeBoardMessageMenuProvider
-
- NoticeBoardScrollPaneContent - Class in ch.sahits.game.openpatrician.javafx.control
-
Content pane of the notice board menu.
- NoticeBoardScrollPaneContent() - Constructor for class ch.sahits.game.openpatrician.javafx.control.NoticeBoardScrollPaneContent
-
- NoticeBoardShipSelectionMenuProvider - Class in ch.sahits.game.openpatrician.javafx.service
-
Provide the menu items for the ship selection notice board menu.
- NoticeBoardShipSelectionMenuProvider() - Constructor for class ch.sahits.game.openpatrician.javafx.service.NoticeBoardShipSelectionMenuProvider
-
- NoticeBoardShipyardMenuProvider - Class in ch.sahits.game.openpatrician.javafx.service
-
Provide the menu items for the shipyard notice board menu.
- NoticeBoardShipyardMenuProvider() - Constructor for class ch.sahits.game.openpatrician.javafx.service.NoticeBoardShipyardMenuProvider
-
- NoticeBoardTavernMenuProvider - Class in ch.sahits.game.openpatrician.javafx.service
-
Provide the menu items fo the tavern notice board menu.
- NoticeBoardTavernMenuProvider() - Constructor for class ch.sahits.game.openpatrician.javafx.service.NoticeBoardTavernMenuProvider
-
- NoticeBoardTradingMenuProvider - Class in ch.sahits.game.openpatrician.javafx.service
-
Provide items for the trading menu.
- NoticeBoardTradingMenuProvider() - Constructor for class ch.sahits.game.openpatrician.javafx.service.NoticeBoardTradingMenuProvider
-
- NoticeBoardTradingOfficeMenuProvider - Class in ch.sahits.game.openpatrician.javafx.service
-
- NoticeBoardTradingOfficeMenuProvider() - Constructor for class ch.sahits.game.openpatrician.javafx.service.NoticeBoardTradingOfficeMenuProvider
-
- Table - Class in ch.sahits.game.openpatrician.javafx.model
-
Table model.
- Table() - Constructor for class ch.sahits.game.openpatrician.javafx.model.Table
-
- TableHeader - Class in ch.sahits.game.openpatrician.javafx.model
-
Table header row.
- TableHeader(int) - Constructor for class ch.sahits.game.openpatrician.javafx.model.TableHeader
-
- TableRow - Class in ch.sahits.game.openpatrician.javafx.model
-
Model of a table row.
- TableRow() - Constructor for class ch.sahits.game.openpatrician.javafx.model.TableRow
-
- TAVERN - ch.sahits.game.openpatrician.javafx.model.ENoticeBoardType
-
- TAVERN_BURGLAR - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Burglar
- TAVERN_BUYER - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Ware buyer in the tavern
- TAVERN_CAPTAIN - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Captain sitting in the tavern
- TAVERN_CONCURRENT - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Concurrent
- TAVERN_COURIER - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Courier
- TAVERN_ESCORTE - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Escorte
- TAVERN_FUGATIVE - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Fugative
- TAVERN_INFORMANT_1 - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Informant first dialog in the tavern
- TAVERN_INFORMANT_2 - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Informant second dialog in the tavern
- TAVERN_PATROL - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Patrol
- TAVERN_PIRATE - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Pirate sitting in the tavern.
- TAVERN_PIRATE_HUNTER - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Owner of a map with a pirate nest
- TAVERN_SAILORS - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Sailor hiring in the tavern
- TAVERN_SIDE_ROOM - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Enter side room in tavern
- TAVERN_SMUGGLER - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Smuggler
- TAVERN_TRADER - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Local trader selling wares from the city
- TAVERN_TRANSPORT_TRADER - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Remote trading
- TAVERN_TRAVELER - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Traveler sitting in the tavern.
- TAVERN_TREASUREMAP_OWNER - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Owner of a treasuremap part
- TAVERN_WAREHOUSE_TENANT - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Warehouse tenant
- TAVERN_WEAPONS_DEALER - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Weapons dealer in the tavern
- text - Variable in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianButton
-
- text(Text) - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2Builder
-
- TextEllipsisCalculator - Class in ch.sahits.game.openpatrician.javafx.service
-
Utility to calculate the size of a text and add an elipsis of '...' at the end, so
everything can be displayed.
- TextEllipsisCalculator() - Constructor for class ch.sahits.game.openpatrician.javafx.service.TextEllipsisCalculator
-
- textFactory - Variable in class ch.sahits.game.openpatrician.javafx.service.AbstractNoticeBoardMenuProvider
-
- textFactory - Variable in class ch.sahits.game.openpatrician.javafx.service.NoticeBoardShipSelectionMenuProvider
-
- textProperty() - Method in class ch.sahits.game.openpatrician.javafx.control.DisplayMessageOverlayLabel
-
- textProperty() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianButton
-
- textProperty() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianDialogInput
-
- textProperty() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianWoodenTextInput
-
- textProperty() - Method in class ch.sahits.game.openpatrician.javafx.control.PaginationV2
-
Property containing the text content of this
control.
- TextSizingUtility - Class in ch.sahits.game.openpatrician.javafx.control
-
Utility class to define the dimensions of texts used with a certain font.
- TextSizingUtility() - Constructor for class ch.sahits.game.openpatrician.javafx.control.TextSizingUtility
-
- titleProperty() - Method in class ch.sahits.game.openpatrician.javafx.control.EventMediaPlayer
-
- TO_BALANCE - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Trading office balance sheet
- TO_CONSUMPTION_PRODUCTION - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Trading office consumtion and production
- TO_OFFICE_TRADING - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Trading office automatic trading
- TO_PERSONAL - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Trading office personal data
- TO_WAREHOUSES - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Trading office ware houses
- TO_WEAPONS - ch.sahits.game.openpatrician.javafx.model.EDialogType
-
Trading office weapons
- toggle() - Method in class ch.sahits.game.openpatrician.javafx.control.TogglebleImageButton
-
- TogglebleImageButton - Class in ch.sahits.game.openpatrician.javafx.control
-
- TogglebleImageButton(Image, Image) - Constructor for class ch.sahits.game.openpatrician.javafx.control.TogglebleImageButton
-
- toggledProperty() - Method in class ch.sahits.game.openpatrician.javafx.control.OpenPatricianSmallToggableWaxButton
-
- toString() - Method in class ch.sahits.game.openpatrician.javafx.control.Line
-
- toString() - Method in class ch.sahits.game.openpatrician.javafx.model.NoticeBoardMenu
-
- TRADING - ch.sahits.game.openpatrician.javafx.model.ENoticeBoardType
-
- TRADING_OFFICE - ch.sahits.game.openpatrician.javafx.model.ENoticeBoardType
-
- TradingSkillAlwaysVisible - Class in ch.sahits.game.openpatrician.javafx.control
-
Trading skill which is always visible.
- TradingSkillAlwaysVisible() - Constructor for class ch.sahits.game.openpatrician.javafx.control.TradingSkillAlwaysVisible
-
- transform(Polygon) - Method in class ch.sahits.game.openpatrician.javafx.effects.transform.PolygonPerspectiveTransformation
-
Transform a polygon using the defined perspective transformation
- Translation2D - Class in ch.sahits.game.openpatrician.javafx.effects.transform
-
Definition of a 2D translation transformation.
- Translation2D(double, double, double, double) - Constructor for class ch.sahits.game.openpatrician.javafx.effects.transform.Translation2D
-
Initialize the object using coordinates for the source and destination
- Translation2D(Point2D, Point2D) - Constructor for class ch.sahits.game.openpatrician.javafx.effects.transform.Translation2D
-
Initialize the object using two 2D points.
- travelingEastProperty() - Method in class ch.sahits.game.openpatrician.javafx.control.ShipIcon
-