org.refcodes.factory.ContextTypeFactory<javafx.scene.layout.Pane,org.refcodes.graphical.Raster>, FxRasterFactorypublic class FxRasterFactoryImpl extends Object implements FxRasterFactory
| Constructor | Description |
|---|---|
FxRasterFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
javafx.scene.layout.Pane |
createInstance(org.refcodes.graphical.Raster aRaster) |
|
javafx.scene.layout.Pane |
createInstance(org.refcodes.graphical.Raster aRaster,
Map<String,String> aProperties) |
|
javafx.scene.paint.Color |
getEvenFieldColor() |
Gets the even field color.
|
javafx.scene.paint.Color |
getFieldGapColor() |
Gets the field gap color.
|
javafx.scene.paint.Color |
getOddFieldColor() |
Gets the odd field color.
|
void |
setEvenFieldColor(javafx.scene.paint.Color eEvenFieldColor) |
Sets the even field color.
|
void |
setFieldGapColor(javafx.scene.paint.Color aFieldGapColor) |
Sets the field gap color.
|
void |
setOddFieldColor(javafx.scene.paint.Color aOddFieldColor) |
Sets the odd field color.
|
FxRasterFactory |
withEvenFieldColor(javafx.scene.paint.Color aEvenFieldColor) |
With even field color.
|
FxRasterFactory |
withFieldGapColor(javafx.scene.paint.Color aFieldGapColor) |
With field gap color.
|
FxRasterFactory |
withOddFieldColor(javafx.scene.paint.Color aOddFieldColor) |
With odd field color.
|
public FxRasterFactory withEvenFieldColor(javafx.scene.paint.Color aEvenFieldColor)
withEvenFieldColor in interface FxRasterFactoryaEvenFieldColor - the even field colorpublic FxRasterFactory withOddFieldColor(javafx.scene.paint.Color aOddFieldColor)
withOddFieldColor in interface FxRasterFactoryaOddFieldColor - the odd field colorpublic FxRasterFactory withFieldGapColor(javafx.scene.paint.Color aFieldGapColor)
withFieldGapColor in interface FxRasterFactoryaFieldGapColor - the field gap colorpublic javafx.scene.paint.Color getEvenFieldColor()
getEvenFieldColor in interface FxRasterFactorypublic void setEvenFieldColor(javafx.scene.paint.Color eEvenFieldColor)
setEvenFieldColor in interface FxRasterFactoryeEvenFieldColor - the new even field colorpublic javafx.scene.paint.Color getOddFieldColor()
getOddFieldColor in interface FxRasterFactorypublic void setOddFieldColor(javafx.scene.paint.Color aOddFieldColor)
setOddFieldColor in interface FxRasterFactoryaOddFieldColor - the new odd field colorpublic javafx.scene.paint.Color getFieldGapColor()
getFieldGapColor in interface FxRasterFactorypublic void setFieldGapColor(javafx.scene.paint.Color aFieldGapColor)
setFieldGapColor in interface FxRasterFactoryaFieldGapColor - the new field gap colorpublic javafx.scene.layout.Pane createInstance(org.refcodes.graphical.Raster aRaster)
createInstance in interface org.refcodes.factory.ContextTypeFactory<javafx.scene.layout.Pane,org.refcodes.graphical.Raster>Copyright © 2018. All rights reserved.