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
Nested ClassesModifier and TypeClassDescriptionstatic final classA factory class that creates aTextBlockcontaining multiple lines of text with multiple styles.static final classA class representing a line of text with multiple words with different styles. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanprotected voidfinalize()inthashCode()static TextBlock.BuilderCreates a builder that can create text with multiple lines and styles.
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
closein 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:
-
hashCode
public int hashCode() -
equals
-