Package com.teamten.typeset.element
Interface Flexible
public interface Flexible
Interface for elements that can stretch or shrink.
-
Method Details
-
getSize
long getSize()Get the size of this element in the dimension of its flexibility. -
getStretch
Flexibility getStretch()How much this element can stretch. -
getShrink
Flexibility getShrink()How much this element can shrink. -
fixed
Fix the element to the specified size.
-