Class ControllerMapperFactory<T extends NativeObjectContainer>

  • All Implemented Interfaces:
    NativeObjectContainerFactory<T>

    public abstract class ControllerMapperFactory<T extends NativeObjectContainer>
    extends Object
    implements NativeObjectContainerFactory<T>
    Class to implement from controllers in order to extend the standard configuration of charts.
    It takes the java script object of standard options passing it to a wrapper to manage additional properties.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • ControllerMapperFactory

        protected ControllerMapperFactory​(ControllerType type)
        Creates the controller by its type.
        Parameters:
        type - the type of this controller.