Uses of Interface
org.refcodes.checkerboard.alt.javafx.FxChessboardFactory
-
-
Uses of FxChessboardFactory in org.refcodes.checkerboard.alt.javafx
Classes in org.refcodes.checkerboard.alt.javafx that implement FxChessboardFactory Modifier and Type Class Description class
FxChessboardFactoryImpl<P extends org.refcodes.checkerboard.Player<P,S>,S>
The Class FxChessboardFactoryImpl.Methods in org.refcodes.checkerboard.alt.javafx that return FxChessboardFactory Modifier and Type Method Description FxChessboardFactory<P,S>
FxChessboardFactory. withEvenFieldColor(javafx.scene.paint.Color aEvenFieldColor)
With even field color.FxChessboardFactory<P,S>
FxChessboardFactoryImpl. withEvenFieldColor(javafx.scene.paint.Color aEvenFieldColor)
With even field color.FxChessboardFactory<P,S>
FxChessboardFactory. withFieldGapColor(javafx.scene.paint.Color aFieldGapColor)
With field gap color.FxChessboardFactory<P,S>
FxChessboardFactoryImpl. withFieldGapColor(javafx.scene.paint.Color aFieldGapColor)
With field gap color.FxChessboardFactory<P,S>
FxChessboardFactory. withOddFieldColor(javafx.scene.paint.Color aOddFieldColor)
With odd field color.FxChessboardFactory<P,S>
FxChessboardFactoryImpl. withOddFieldColor(javafx.scene.paint.Color aOddFieldColor)
With odd field color.
-