Package com.teamten.typeset
Interface Chunk.ElementSizer
- Enclosing class:
Chunk
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for getting the size of an element.
-
Method Summary
Modifier and TypeMethodDescriptionlong
getElementSize
(Element element) Returns the size of the element in the appropriate dimension, depending on how this Chunk is being computed.
-
Method Details
-
getElementSize
Returns the size of the element in the appropriate dimension, depending on how this Chunk is being computed.
-