public class FxRasterFactoryImpl extends Object implements FxRasterFactory
Constructor and Description |
---|
FxRasterFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
javafx.scene.layout.Pane |
createInstance(org.refcodes.graphical.Raster aRaster) |
javafx.scene.layout.Pane |
createInstance(org.refcodes.graphical.Raster aRaster,
org.refcodes.configuration.Properties 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)
FxRasterFactory
withEvenFieldColor
in interface FxRasterFactory
aEvenFieldColor
- the a even field colorpublic FxRasterFactory withOddFieldColor(javafx.scene.paint.Color aOddFieldColor)
FxRasterFactory
withOddFieldColor
in interface FxRasterFactory
aOddFieldColor
- the a odd field colorpublic FxRasterFactory withFieldGapColor(javafx.scene.paint.Color aFieldGapColor)
FxRasterFactory
withFieldGapColor
in interface FxRasterFactory
aFieldGapColor
- the a field gap colorpublic javafx.scene.paint.Color getEvenFieldColor()
FxRasterFactory
getEvenFieldColor
in interface FxRasterFactory
public void setEvenFieldColor(javafx.scene.paint.Color eEvenFieldColor)
FxRasterFactory
setEvenFieldColor
in interface FxRasterFactory
eEvenFieldColor
- the new even field colorpublic javafx.scene.paint.Color getOddFieldColor()
FxRasterFactory
getOddFieldColor
in interface FxRasterFactory
public void setOddFieldColor(javafx.scene.paint.Color aOddFieldColor)
FxRasterFactory
setOddFieldColor
in interface FxRasterFactory
aOddFieldColor
- the new odd field colorpublic javafx.scene.paint.Color getFieldGapColor()
FxRasterFactory
getFieldGapColor
in interface FxRasterFactory
public void setFieldGapColor(javafx.scene.paint.Color aFieldGapColor)
FxRasterFactory
setFieldGapColor
in interface FxRasterFactory
aFieldGapColor
- the new field gap colorpublic javafx.scene.layout.Pane createInstance(org.refcodes.graphical.Raster aRaster)
createInstance
in interface org.refcodes.factory.ContextConverterFactory<javafx.scene.layout.Pane,org.refcodes.graphical.Raster>
public javafx.scene.layout.Pane createInstance(org.refcodes.graphical.Raster aRaster, org.refcodes.configuration.Properties aProperties)
createInstance
in interface org.refcodes.factory.ContextConverterFactory<javafx.scene.layout.Pane,org.refcodes.graphical.Raster>
Copyright © 2017. All rights reserved.