Interface VLStyleRegistrar.Registrar<T>

  • Type Parameters:
    T - the style type
    Enclosing class:
    VLStyleRegistrar<T>

    public static interface VLStyleRegistrar.Registrar<T>
    Inteface for a closure that registers the created style on the display.
    Author:
    Nick Collier
    • Method Detail

      • register

        void register​(T style,
                      ValueLayer layer)