Interface DecodeLabels.CreateElementFromScaledObject<T>

Type Parameters:
T - element-type (an object-mask, or some class containing an object-mask).
Enclosing class:
DecodeLabels<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DecodeLabels.CreateElementFromScaledObject<T>
Creates an element from the scaled-object and its index.
Author:
Owen Feehan
  • Method Summary

    Modifier and Type
    Method
    Description
    createFrom(int index, ObjectMask scaledObject)
    Create from an index and it's scaled-object.
  • Method Details

    • createFrom

      T createFrom(int index, ObjectMask scaledObject)
      Create from an index and it's scaled-object.
      Parameters:
      index - the index.
      scaledObject - the object.
      Returns:
      the created element.