Class AbstractModelKnob

    • Constructor Detail

      • AbstractModelKnob

        public AbstractModelKnob​(JMadModel model)
        the default constructor, which enforces to provide a model.
        Parameters:
        model - the model to use for the knob
      • AbstractModelKnob

        public AbstractModelKnob()
        the constructor to allow also creation of the knob without setting the model immediately
    • Method Detail

      • setModel

        public void setModel​(JMadModel model)
        Description copied from interface: ModelKnob
        set the model to operate on
        Specified by:
        setModel in interface ModelKnob
        Parameters:
        model - the model to set