Uses of Class
com.luciad.gui.TLcdTextIcon.Builder
-
Uses of TLcdTextIcon.Builder in com.luciad.gui
Modifier and TypeMethodDescriptionTLcdTextIcon.Builder.antiAliased
(boolean aAntiAliased) Enable or disable anti-aliasing.TLcdTextIcon.asBuilder()
Creates a new builder initialized with all the properties of this text icon.Sets the font for drawing the text.TLcdTextIcon.Builder.foreground
(Color aForegroundColor) Sets the color of the text.TLcdTextIcon.Builder.horizontalAlignment
(ELcdHorizontalAlignment aAlignment) Sets the alignment of the lines in the icon.Sets a single line to display.Sets the content to display.static TLcdTextIcon.Builder
TLcdTextIcon.newBuilder()
Returns a builder for creating a new text icon.TLcdTextIcon.Builder.verticalSpacing
(int aVerticalSpacing) Sets the vertical distance in between the text's lines.