Uses of Class
de.xima.fc.common.text.wrap.WrappedLine
Packages that use WrappedLine
-
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 WrappedLineModifier and TypeMethodDescriptionWrappedText.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 WrappedLineModifierConstructorDescriptionWrappedText(List<WrappedLine> lines, double width, double height) Creates a new wrapped text.