Package com.luciad.text
Class TextBlock
java.lang.Object
com.luciad.text.TextBlock
- All Implemented Interfaces:
AutoCloseable
A class containing multiple lines of text with multiple styles.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A factory class that creates aTextBlock
containing multiple lines of text with multiple styles.static final class
A class representing a line of text with multiple words with different styles. -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected void
finalize()
static TextBlock.Builder
Creates a builder that can create text with multiple lines and styles.
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
newBuilder
Creates a builder that can create text with multiple lines and styles.- Returns:
- a builder that can create text with multiple lines and styles.
- See Also:
-