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.
Creates an element from the scaled-object and its index.
- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptioncreateFrom
(int index, ObjectMask scaledObject) Create from an index and it's scaled-object.
-
Method Details
-
createFrom
Create from an index and it's scaled-object.- Parameters:
index
- the index.scaledObject
- the object.- Returns:
- the created element.
-