Uses of Class
de.xima.fc.common.text.wrap.WrappedLine
-
Packages that use WrappedLine Package Description de.xima.fc.common.text.wrap -
-
Uses of WrappedLine in de.xima.fc.common.text.wrap
Methods in de.xima.fc.common.text.wrap that return types with arguments of type WrappedLine Modifier and Type Method Description List<WrappedLine>
WrappedText. lines()
Gets the individual lines that make up the wrapped text.Constructor parameters in de.xima.fc.common.text.wrap with type arguments of type WrappedLine Constructor Description WrappedText(List<WrappedLine> lines, double width, double height)
Creates a new wrapped text.
-