Class FxRasterFactoryImpl

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


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

      • FxRasterFactoryImpl

        public FxRasterFactoryImpl​()
    • Method Detail

      • setEvenFieldColor

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

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

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

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

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