Uses of Interface
com.googlecode.lanterna.graphics.StyleSet
-
-
Uses of StyleSet in com.googlecode.lanterna
Methods in com.googlecode.lanterna with parameters of type StyleSet Modifier and Type Method Description static void
TerminalTextUtils. updateModifiersFromCSICode(java.lang.String controlSequence, StyleSet<?> target, StyleSet<?> original)
-
Uses of StyleSet in com.googlecode.lanterna.graphics
Classes in com.googlecode.lanterna.graphics with type parameters of type StyleSet Modifier and Type Interface Description interface
StyleSet<T extends StyleSet<T>>
Subinterfaces of StyleSet in com.googlecode.lanterna.graphics Modifier and Type Interface Description interface
TextGraphics
This interface exposes functionality to 'draw' text graphics on a section of the terminal.interface
ThemedTextGraphics
Expanded TextGraphics that adds methods to interact with themesClasses in com.googlecode.lanterna.graphics that implement StyleSet Modifier and Type Class Description class
AbstractTextGraphics
This class hold the default logic for drawing the basic text graphic as exposed by TextGraphic.class
DoublePrintingTextGraphics
This TextGraphics implementation wraps another TextGraphics and forwards all operations to it, but with a few differences.(package private) class
NullTextGraphics
TextGraphics implementation that does nothing, but has a pre-defined sizestatic class
StyleSet.Set
(package private) class
SubTextGraphics
This implementation of TextGraphics will take a 'proper' object and composite a view on top of it, by using a top-left position and a size.class
TextGraphicsWriter
private static class
TextGraphicsWriter.WordPart
Methods in com.googlecode.lanterna.graphics with parameters of type StyleSet Modifier and Type Method Description TextGraphics
AbstractTextGraphics. setStyleFrom(StyleSet<?> source)
TextGraphics
NullTextGraphics. setStyleFrom(StyleSet<?> source)
StyleSet.Set
StyleSet.Set. setStyleFrom(StyleSet<?> source)
T
StyleSet. setStyleFrom(StyleSet<?> source)
copy colors and set of SGR codesTextGraphicsWriter
TextGraphicsWriter. setStyleFrom(StyleSet<?> source)
Constructors in com.googlecode.lanterna.graphics with parameters of type StyleSet Constructor Description Set(StyleSet<?> source)
WordPart(java.lang.String word, int wordlen, StyleSet<?> style)
-
Uses of StyleSet in com.googlecode.lanterna.gui2
Subinterfaces of StyleSet in com.googlecode.lanterna.gui2 Modifier and Type Interface Description interface
TextGUIGraphics
TextGraphics implementation used by TextGUI when doing any drawing operation.Classes in com.googlecode.lanterna.gui2 that implement StyleSet Modifier and Type Class Description class
DefaultTextGUIGraphics
Created by Martin on 2017-08-11.Methods in com.googlecode.lanterna.gui2 with parameters of type StyleSet Modifier and Type Method Description DefaultTextGUIGraphics
DefaultTextGUIGraphics. setStyleFrom(StyleSet<?> source)
TextGUIGraphics
TextGUIGraphics. setStyleFrom(StyleSet<?> source)
-
Uses of StyleSet in com.googlecode.lanterna.screen
Classes in com.googlecode.lanterna.screen that implement StyleSet Modifier and Type Class Description (package private) class
ScreenTextGraphics
This is an implementation of TextGraphics that targets the output to a Screen. -
Uses of StyleSet in com.googlecode.lanterna.terminal
Classes in com.googlecode.lanterna.terminal that implement StyleSet Modifier and Type Class Description (package private) class
TerminalTextGraphics
This is the terminal's implementation of TextGraphics. -
Uses of StyleSet in com.googlecode.lanterna.terminal.virtual
Classes in com.googlecode.lanterna.terminal.virtual that implement StyleSet Modifier and Type Class Description (package private) class
VirtualTerminalTextGraphics
Implementation ofTextGraphics
forVirtualTerminal
-