Class FxRasterFactoryImpl

  • All Implemented Interfaces:
    org.refcodes.factory.ContextTypeFactory<javafx.scene.layout.Pane,org.refcodes.graphical.Raster>, FxRasterFactory

    public class FxRasterFactoryImpl
    extends java.lang.Object
    implements FxRasterFactory
    The Class FxRasterFactoryImpl.
    • Constructor Detail

      • FxRasterFactoryImpl

        public FxRasterFactoryImpl()
    • Method Detail

      • withEvenFieldColor

        public FxRasterFactory withEvenFieldColor​(javafx.scene.paint.Color aEvenFieldColor)
        With even field color.
        Specified by:
        withEvenFieldColor in interface FxRasterFactory
        Parameters:
        aEvenFieldColor - the even field color
        Returns:
        the fx raster factory
      • withOddFieldColor

        public FxRasterFactory withOddFieldColor​(javafx.scene.paint.Color aOddFieldColor)
        With odd field color.
        Specified by:
        withOddFieldColor in interface FxRasterFactory
        Parameters:
        aOddFieldColor - the odd field color
        Returns:
        the fx raster factory
      • withFieldGapColor

        public FxRasterFactory withFieldGapColor​(javafx.scene.paint.Color aFieldGapColor)
        With field gap color.
        Specified by:
        withFieldGapColor in interface FxRasterFactory
        Parameters:
        aFieldGapColor - the field gap color
        Returns:
        the fx raster factory
      • getEvenFieldColor

        public javafx.scene.paint.Color getEvenFieldColor()
        Gets the even field color.
        Specified by:
        getEvenFieldColor in interface FxRasterFactory
        Returns:
        the even field color
      • setEvenFieldColor

        public void setEvenFieldColor​(javafx.scene.paint.Color eEvenFieldColor)
        Sets the even field color.
        Specified by:
        setEvenFieldColor in interface FxRasterFactory
        Parameters:
        eEvenFieldColor - the new even field color
      • getOddFieldColor

        public javafx.scene.paint.Color getOddFieldColor()
        Gets the odd field color.
        Specified by:
        getOddFieldColor in interface FxRasterFactory
        Returns:
        the odd field color
      • setOddFieldColor

        public void setOddFieldColor​(javafx.scene.paint.Color aOddFieldColor)
        Sets the odd field color.
        Specified by:
        setOddFieldColor in interface FxRasterFactory
        Parameters:
        aOddFieldColor - the new odd field color
      • getFieldGapColor

        public javafx.scene.paint.Color getFieldGapColor()
        Gets the field gap color.
        Specified by:
        getFieldGapColor in interface FxRasterFactory
        Returns:
        the field gap color
      • setFieldGapColor

        public void setFieldGapColor​(javafx.scene.paint.Color aFieldGapColor)
        Sets the field gap color.
        Specified by:
        setFieldGapColor in interface FxRasterFactory
        Parameters:
        aFieldGapColor - the new field gap color
      • createInstance

        public javafx.scene.layout.Pane createInstance​(org.refcodes.graphical.Raster aRaster)
        Specified by:
        createInstance in interface org.refcodes.factory.ContextTypeFactory<javafx.scene.layout.Pane,org.refcodes.graphical.Raster>
      • createInstance

        public javafx.scene.layout.Pane createInstance​(org.refcodes.graphical.Raster aRaster,
                                                       java.util.Map<java.lang.String,java.lang.String> aProperties)
        Specified by:
        createInstance in interface org.refcodes.factory.ContextTypeFactory<javafx.scene.layout.Pane,org.refcodes.graphical.Raster>