Class AbstractInteractioner

  • All Implemented Interfaces:
    Interactioner

    public abstract class AbstractInteractioner
    extends Object
    implements Interactioner
    Abstract class which implements a interactioner.
    It helps to create a custom interactioner, creating a custom interaction mode using the name as string passed as argument.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • AbstractInteractioner

        protected AbstractInteractioner​(String name)
        Creates the interactioner passing the name of interaction mode as argument, as string.
        Parameters:
        name - of interaction mode.
    • Method Detail

      • getMode

        public final IsInteractionMode getMode()
        Description copied from interface: Interactioner
        Returns the name of interaction mode which must be used in chart options.
        Specified by:
        getMode in interface Interactioner
        Returns:
        the name of interaction mode