Interface BoxTextElement.BoxProvider
-
- All Known Implementing Classes:
BoxTextElement.SimpleBoxProvider
,MapImage.MapImageBoxProvider
- Enclosing class:
- BoxTextElement
- 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 BoxTextElement.BoxProvider
Something that provides us with aBoxTextElement.BoxProviderResult
- Since:
- 10600 (functional interface)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BoxTextElement.BoxProviderResult
get()
Compute and get theBoxTextElement.BoxProviderResult
.
-
-
-
Method Detail
-
get
BoxTextElement.BoxProviderResult get()
Compute and get theBoxTextElement.BoxProviderResult
. The temporary flag is set if the result of the computation may change in the future.- Returns:
- The result of the computation.
-
-