Uses of Class
com.luciad.gui.TLcdTextIcon.Builder
Packages that use TLcdTextIcon.Builder
-
Uses of TLcdTextIcon.Builder in com.luciad.gui
Methods in com.luciad.gui that return TLcdTextIcon.BuilderModifier 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.BuilderTLcdTextIcon.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.