Interface TransformFactory

    • Method Detail

      • create

        Transform create​(BindingContext context,
                         com.inductiveautomation.ignition.common.gson.JsonObject config)
                  throws ConfigurationException
        Create a new instance of a transform type.
        Parameters:
        context - The binding context this transform operates in
        config - The configuration of the transform
        Throws:
        ConfigurationException