org.refcodes.factory.ContextTypeFactory<Pane,org.refcodes.graphical.Raster>
FxRasterFactoryImpl
public interface FxRasterFactory extends org.refcodes.factory.ContextTypeFactory<Pane,org.refcodes.graphical.Raster>
Modifier and Type | Method | Description |
---|---|---|
Color |
getEvenFieldColor() |
Gets the even field color.
|
Color |
getFieldGapColor() |
Gets the field gap color.
|
Color |
getOddFieldColor() |
Gets the odd field color.
|
void |
setEvenFieldColor(Color eEvenFieldColor) |
Sets the even field color.
|
void |
setFieldGapColor(Color aFieldGapColor) |
Sets the field gap color.
|
void |
setOddFieldColor(Color aOddFieldColor) |
Sets the odd field color.
|
FxRasterFactory |
withEvenFieldColor(Color aEvenFieldColor) |
With even field color.
|
FxRasterFactory |
withFieldGapColor(Color aFieldGapColor) |
With field gap color.
|
FxRasterFactory |
withOddFieldColor(Color aOddFieldColor) |
With odd field color.
|
FxRasterFactory withEvenFieldColor(Color aEvenFieldColor)
aEvenFieldColor
- the even field colorFxRasterFactory withOddFieldColor(Color aOddFieldColor)
aOddFieldColor
- the odd field colorFxRasterFactory withFieldGapColor(Color aFieldGapColor)
aFieldGapColor
- the field gap colorColor getEvenFieldColor()
void setEvenFieldColor(Color eEvenFieldColor)
eEvenFieldColor
- the new even field colorColor getOddFieldColor()
void setOddFieldColor(Color aOddFieldColor)
aOddFieldColor
- the new odd field colorvoid setFieldGapColor(Color aFieldGapColor)
aFieldGapColor
- the new field gap colorColor getFieldGapColor()
Copyright © 2021. All rights reserved.