Index
All Classes|All Packages
A
- AbstractFxSpriteFactory<S,B extends AbstractFxSpriteFactory<S,B>> - Class in org.refcodes.checkerboard.alt.javafx
-
A factory for creating JavaFx "sprites".
- AbstractFxSpriteFactory() - Constructor for class org.refcodes.checkerboard.alt.javafx.AbstractFxSpriteFactory
C
- createInstance(FxCheckerboardViewer<P, S>) - Method in class org.refcodes.checkerboard.alt.javafx.FxChessboardFactoryImpl
- createInstance(S, FxCheckerboardViewer<?, S>) - Method in interface org.refcodes.checkerboard.alt.javafx.FxSpriteFactory
-
Some words when using the
FxCheckerboardViewerImpl
implementation of theFxCheckerboardViewer
: In case you return aNode
for the provided identifier being the same instance as a previously createdNode
for the same previously provided identifier, then theNode
is just redrawn by theFxCheckerboardViewerImpl
(preventing fading out / fading in when updating theNode
).
D
- destroy() - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
F
- FxBackgroundFactory<P extends org.refcodes.checkerboard.Player<P,S>,S> - Interface in org.refcodes.checkerboard.alt.javafx
-
A factory for creating FxBackground objects.
- FxCheckerboardViewer<P extends org.refcodes.checkerboard.Player<P,S>,S> - Interface in org.refcodes.checkerboard.alt.javafx
-
The Interface FxCheckerboardViewer.
- FxCheckerboardViewerImpl<P extends org.refcodes.checkerboard.Player<P,S>,S> - Class in org.refcodes.checkerboard.alt.javafx
-
For scaling, this might be an idea: "http://gillius.org/blog/2013/02/javafx-window-scaling-on-resize.html" The Class FxCheckerboardViewerImpl.
- FxCheckerboardViewerImpl(Checkerboard<P, S>, Stage) - Constructor for class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
-
Instantiates a new
FxCheckerboardViewer
instance. - FxCheckerboardViewerImpl(Checkerboard<P, S>, Stage, FxViewportPaneImpl) - Constructor for class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
-
Instantiates a new
FxCheckerboardViewer
instance. - FxChessboardFactory<P extends org.refcodes.checkerboard.Player<P,S>,S> - Interface in org.refcodes.checkerboard.alt.javafx
-
A factory for creating FxChessboard objects.
- FxChessboardFactoryImpl<P extends org.refcodes.checkerboard.Player<P,S>,S> - Class in org.refcodes.checkerboard.alt.javafx
-
The Class FxChessboardFactoryImpl.
- FxChessboardFactoryImpl() - Constructor for class org.refcodes.checkerboard.alt.javafx.FxChessboardFactoryImpl
- FxSpriteFactory<S> - Interface in org.refcodes.checkerboard.alt.javafx
-
A factory for creating sprites for the
FxCheckerboardViewer
.
G
- getAddPlayerDurationInMillis() - Method in interface org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewer
-
Gets the adds the player duration in millis.
- getAddPlayerDurationInMillis() - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
-
Gets the adds the player duration in millis.
- getChangePlayerStateInMillis() - Method in interface org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewer
-
Gets the change player state in millis.
- getChangePlayerStateInMillis() - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
-
Gets the change player state in millis.
- getDragOpacity() - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- getEvenFieldColor() - Method in interface org.refcodes.checkerboard.alt.javafx.FxChessboardFactory
-
Gets the even field color.
- getEvenFieldColor() - Method in class org.refcodes.checkerboard.alt.javafx.FxChessboardFactoryImpl
-
Gets the even field color.
- getFieldGapColor() - Method in interface org.refcodes.checkerboard.alt.javafx.FxChessboardFactory
-
Gets the field gap color.
- getFieldGapColor() - Method in class org.refcodes.checkerboard.alt.javafx.FxChessboardFactoryImpl
-
Gets the field gap color.
- getMovePlayerDurationInMillis() - Method in interface org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewer
-
Gets the move player duration in millis.
- getMovePlayerDurationInMillis() - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
-
Gets the move player duration in millis.
- getOddFieldColor() - Method in interface org.refcodes.checkerboard.alt.javafx.FxChessboardFactory
-
Gets the odd field color.
- getOddFieldColor() - Method in class org.refcodes.checkerboard.alt.javafx.FxChessboardFactoryImpl
-
Gets the odd field color.
- getOpacity() - Method in class org.refcodes.checkerboard.alt.javafx.AbstractFxSpriteFactory
-
Gets the opacity.
- getRemovePlayerDurationInMillis() - Method in interface org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewer
-
Gets the removes the player duration in millis.
- getRemovePlayerDurationInMillis() - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
-
Gets the removes the player duration in millis.
- getScaleFactor() - Method in class org.refcodes.checkerboard.alt.javafx.AbstractFxSpriteFactory
-
Gets the scale factor.
- getScaleX(Node, FxCheckerboardViewer<?, ?>) - Static method in class org.refcodes.checkerboard.alt.javafx.AbstractFxSpriteFactory
-
Gets the scale X.
- getScaleY(Node, FxCheckerboardViewer<?, ?>) - Static method in class org.refcodes.checkerboard.alt.javafx.AbstractFxSpriteFactory
-
Gets the scale Y.
- getViewportOffsetX() - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- getViewportOffsetY() - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
H
- hidePlayers(int) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
-
Hide players.
I
- initialize() - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- isVisible() - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
O
- onChangePositionEvent(ChangePositionEvent<P>, Checkerboard<P, S>) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- onCheckerboardEvent(CheckerboardEvent<P, S>) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- onDraggabilityChangedEvent(DraggabilityChangedEvent<P>, Checkerboard<P, S>) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- onGridDimensionChangedEvent(GridDimensionChangedEvent<P, S>) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- onGridModeChangedEvent(GridModeChangedEvent<P, S>) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- onPlayerAddedEvent(PlayerAddedEvent<P, S>) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- onPlayerEvent(PlayerEvent<P>, Checkerboard<P, S>) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- onPlayerRemovedEvent(PlayerRemovedEvent<P, S>) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- onPositionChangedEvent(PositionChangedEvent<P>, Checkerboard<P, S>) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- onStateChangedEvent(StateChangedEvent<P, S>, Checkerboard<P, S>) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- onViewportDimensionChangedEvent(ViewportDimensionChangedEvent<P, S>) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- onViewportOffsetChangedEvent(ViewportOffsetChangedEvent<P, S>) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- onVisibilityChangedEvent(VisibilityChangedEvent<P>, Checkerboard<P, S>) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- org.refcodes.checkerboard.alt.javafx - module org.refcodes.checkerboard.alt.javafx
- org.refcodes.checkerboard.alt.javafx - package org.refcodes.checkerboard.alt.javafx
R
- resetPlayers(int) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
-
Reset players.
S
- scalePlayers(FieldDimension, FieldDimension) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
-
Scale players.
- setAddPlayerDurationInMillis(int) - Method in interface org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewer
-
Sets the adds the player duration in millis.
- setAddPlayerDurationInMillis(int) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
-
Sets the adds the player duration in millis.
- setChangePlayerStateInMillis(int) - Method in interface org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewer
-
Sets the change player state in millis.
- setChangePlayerStateInMillis(int) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
-
Sets the change player state in millis.
- setDragOpacity(double) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
- setEvenFieldColor(Color) - Method in interface org.refcodes.checkerboard.alt.javafx.FxChessboardFactory
-
Sets the even field color.
- setEvenFieldColor(Color) - Method in class org.refcodes.checkerboard.alt.javafx.FxChessboardFactoryImpl
-
Sets the even field color.
- setFieldGapColor(Color) - Method in interface org.refcodes.checkerboard.alt.javafx.FxChessboardFactory
-
Sets the field gap color.
- setFieldGapColor(Color) - Method in class org.refcodes.checkerboard.alt.javafx.FxChessboardFactoryImpl
-
Sets the field gap color.
- setMovePlayerDurationInMillis(int) - Method in interface org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewer
-
Sets the move player duration in millis.
- setMovePlayerDurationInMillis(int) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
-
Sets the move player duration in millis.
- setOddFieldColor(Color) - Method in interface org.refcodes.checkerboard.alt.javafx.FxChessboardFactory
-
Sets the odd field color.
- setOddFieldColor(Color) - Method in class org.refcodes.checkerboard.alt.javafx.FxChessboardFactoryImpl
-
Sets the odd field color.
- setOpacity(double) - Method in class org.refcodes.checkerboard.alt.javafx.AbstractFxSpriteFactory
-
Sets the opacity.
- setRemovePlayerDurationInMillis(int) - Method in interface org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewer
-
Sets the removes the player duration in millis.
- setRemovePlayerDurationInMillis(int) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
-
Sets the removes the player duration in millis.
- setScaleFactor(double) - Method in class org.refcodes.checkerboard.alt.javafx.AbstractFxSpriteFactory
-
Sets the scale factor.
- setVisible(boolean) - Method in class org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewerImpl
T
- toInitNode(double, N, FxCheckerboardViewer<?, ?>) - Method in class org.refcodes.checkerboard.alt.javafx.AbstractFxSpriteFactory
-
Inits the sprite.
- toInitNode(N, FxCheckerboardViewer<?, ?>) - Method in class org.refcodes.checkerboard.alt.javafx.AbstractFxSpriteFactory
-
Inits the sprite.
W
- withAddPlayerDurationInMillis(int) - Method in interface org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewer
-
With add player duration in millis.
- withChangePlayerStateInMillis(int) - Method in interface org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewer
-
With change player state in millis.
- withDragOpacity(double) - Method in interface org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewer
- withEvenFieldColor(Color) - Method in interface org.refcodes.checkerboard.alt.javafx.FxChessboardFactory
-
With even field color.
- withEvenFieldColor(Color) - Method in class org.refcodes.checkerboard.alt.javafx.FxChessboardFactoryImpl
-
With even field color.
- withFieldGapColor(Color) - Method in interface org.refcodes.checkerboard.alt.javafx.FxChessboardFactory
-
With field gap color.
- withFieldGapColor(Color) - Method in class org.refcodes.checkerboard.alt.javafx.FxChessboardFactoryImpl
-
With field gap color.
- withMovePlayerDurationInMillis(int) - Method in interface org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewer
-
With move player duration in millis.
- withOddFieldColor(Color) - Method in interface org.refcodes.checkerboard.alt.javafx.FxChessboardFactory
-
With odd field color.
- withOddFieldColor(Color) - Method in class org.refcodes.checkerboard.alt.javafx.FxChessboardFactoryImpl
-
With odd field color.
- withOpacity(double) - Method in class org.refcodes.checkerboard.alt.javafx.AbstractFxSpriteFactory
-
With opacity.
- withRemovePlayerDurationInMillis(int) - Method in interface org.refcodes.checkerboard.alt.javafx.FxCheckerboardViewer
-
With remove player duration in millis.
- withScaleFactor(double) - Method in class org.refcodes.checkerboard.alt.javafx.AbstractFxSpriteFactory
-
With scale factor.
All Classes|All Packages