public class DefaultNutsTextStyleGenerator extends Object implements net.thevpc.nuts.NutsTextStyleGenerator
| Constructor and Description |
|---|
DefaultNutsTextStyleGenerator() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsTextStyles |
hash(int i) |
net.thevpc.nuts.NutsTextStyles |
hash(Object i) |
boolean |
isIncludeAny() |
boolean |
isIncludeBackground() |
boolean |
isIncludeBlink() |
boolean |
isIncludeBold() |
boolean |
isIncludeForeground() |
boolean |
isIncludeItalic() |
boolean |
isIncludePlain() |
boolean |
isIncludeReversed() |
boolean |
isIncludeStriked() |
boolean |
isIncludeUnderlined() |
boolean |
isUsePaletteColors() |
boolean |
isUseThemeColors() |
boolean |
isUseTrueColors() |
net.thevpc.nuts.NutsTextStyles |
random() |
net.thevpc.nuts.NutsTextStyleGenerator |
setIncludeBackground(boolean includeBackground) |
net.thevpc.nuts.NutsTextStyleGenerator |
setIncludeBlink(boolean includeBlink) |
net.thevpc.nuts.NutsTextStyleGenerator |
setIncludeBold(boolean includeBold) |
net.thevpc.nuts.NutsTextStyleGenerator |
setIncludeForeground(boolean includeForeground) |
net.thevpc.nuts.NutsTextStyleGenerator |
setIncludeItalic(boolean includeItalic) |
net.thevpc.nuts.NutsTextStyleGenerator |
setIncludePlain(boolean includePlain) |
net.thevpc.nuts.NutsTextStyleGenerator |
setIncludeReversed(boolean includeReversed) |
net.thevpc.nuts.NutsTextStyleGenerator |
setIncludeStriked(boolean includeStriked) |
net.thevpc.nuts.NutsTextStyleGenerator |
setIncludeUnderlined(boolean includeUnderlined) |
net.thevpc.nuts.NutsTextStyleGenerator |
setUsePaletteColors() |
net.thevpc.nuts.NutsTextStyleGenerator |
setUseThemeColors() |
net.thevpc.nuts.NutsTextStyleGenerator |
setUseTrueColors() |
public net.thevpc.nuts.NutsTextStyles hash(Object i)
hash in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic net.thevpc.nuts.NutsTextStyles hash(int i)
hash in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic net.thevpc.nuts.NutsTextStyles random()
random in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic boolean isIncludePlain()
isIncludePlain in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic net.thevpc.nuts.NutsTextStyleGenerator setIncludePlain(boolean includePlain)
setIncludePlain in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic boolean isIncludeBold()
isIncludeBold in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic net.thevpc.nuts.NutsTextStyleGenerator setIncludeBold(boolean includeBold)
setIncludeBold in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic boolean isIncludeBlink()
isIncludeBlink in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic net.thevpc.nuts.NutsTextStyleGenerator setIncludeBlink(boolean includeBlink)
setIncludeBlink in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic boolean isIncludeReversed()
isIncludeReversed in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic net.thevpc.nuts.NutsTextStyleGenerator setIncludeReversed(boolean includeReversed)
setIncludeReversed in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic boolean isIncludeItalic()
isIncludeItalic in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic net.thevpc.nuts.NutsTextStyleGenerator setIncludeItalic(boolean includeItalic)
setIncludeItalic in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic boolean isIncludeUnderlined()
isIncludeUnderlined in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic net.thevpc.nuts.NutsTextStyleGenerator setIncludeUnderlined(boolean includeUnderlined)
setIncludeUnderlined in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic boolean isIncludeStriked()
isIncludeStriked in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic net.thevpc.nuts.NutsTextStyleGenerator setIncludeStriked(boolean includeStriked)
setIncludeStriked in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic boolean isIncludeAny()
public boolean isIncludeForeground()
isIncludeForeground in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic net.thevpc.nuts.NutsTextStyleGenerator setIncludeForeground(boolean includeForeground)
setIncludeForeground in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic boolean isIncludeBackground()
isIncludeBackground in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic net.thevpc.nuts.NutsTextStyleGenerator setIncludeBackground(boolean includeBackground)
setIncludeBackground in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic boolean isUseThemeColors()
isUseThemeColors in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic boolean isUsePaletteColors()
isUsePaletteColors in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic boolean isUseTrueColors()
isUseTrueColors in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic net.thevpc.nuts.NutsTextStyleGenerator setUseThemeColors()
setUseThemeColors in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic net.thevpc.nuts.NutsTextStyleGenerator setUsePaletteColors()
setUsePaletteColors in interface net.thevpc.nuts.NutsTextStyleGeneratorpublic net.thevpc.nuts.NutsTextStyleGenerator setUseTrueColors()
setUseTrueColors in interface net.thevpc.nuts.NutsTextStyleGeneratorCopyright © 2021 vpc open source initiative. All rights reserved.