Uses of Class
com.luciad.gui.TLcdBoxIcon.Builder
Packages that use TLcdBoxIcon.Builder
-
Uses of TLcdBoxIcon.Builder in com.luciad.gui
Methods in com.luciad.gui that return TLcdBoxIcon.BuilderModifier and TypeMethodDescriptionTLcdBoxIcon.asBuilder()
Creates a new builder initialized with all the properties of this box icon.Sets the color that fills the background.TLcdBoxIcon.Builder.filled
(boolean aFilled) Sets whether to paint the content on a filled background.TLcdBoxIcon.Builder.frame
(boolean aFramed) Sets whether or not to surround the content with a frame.TLcdBoxIcon.Builder.frameColor
(Color aFrameColor) Sets the color of the frame.TLcdBoxIcon.Builder.frameLineWidth
(int aLineWidth) Sets the width of the border of the frame.Sets the icon to draw a box around.static TLcdBoxIcon.Builder
TLcdBoxIcon.newBuilder()
Returns a builder for creating a new box icon.TLcdBoxIcon.Builder.padding
(int aPadding) Sets the amount of padding around the text, in pixels.