Interface Facet.Pointers<V>

Type Parameters:
V - the viewer type
All Superinterfaces:
Facet<V>
Enclosing interface:
Facet<V>

public static interface Facet.Pointers<V> extends Facet<V>
Methods for building pointers.

Unlike other Facets, pointer facets will stack, so all facets applicable to a particular viewer will be applied.

Since:
4.0.0
  • Method Details

    • contributePointers

      void contributePointers(V viewer, Pointers.Builder builder)
      Contribute pointers to the builder for a certain viewer.
      Parameters:
      viewer - the viewer
      builder - the builder
      Since:
      4.0.0