Uses of Class
sc2002.FCS1.grp2.builders.Style.Builder
Packages that use Style.Builder
Package
Description
This package contains a small group of builder classes, to build visual patterns like formatted text, bars, menu or tables.
-
Uses of Style.Builder in sc2002.FCS1.grp2.builders
Methods in sc2002.FCS1.grp2.builders that return Style.BuilderModifier and TypeMethodDescriptionStyle.Builder.add256Colour(int code, boolean atBackground) Apply a colour to the current text, either as label colour or at background.Style.Builder.bold()Set the current text to bold.Style.Builder.code(Style.Code code) Apply an ANSI codeStyle.Builder.italic()Set the current text to italics.Style.Builder.newLine()Go to new line.Style.Builder.strikethrough()Apply a strikethrough effect to the current text.Add a text.Style.Builder.underline()Underline the current text.