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 Summary

    Modifier and Type
    Method
    Description
    void
    register(T style, ValueLayer layer)
     
  • Method Details