Uses of Interface
com.googlecode.lanterna.graphics.StyleSet
Packages that use StyleSet
Package
Description
-
Uses of StyleSet in com.googlecode.lanterna
Methods in com.googlecode.lanterna with parameters of type StyleSetModifier and TypeMethodDescriptionstatic voidTerminalTextUtils.updateModifiersFromCSICode(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 StyleSetSubinterfaces of StyleSet in com.googlecode.lanterna.graphicsModifier and TypeInterfaceDescriptioninterfaceThis interface exposes functionality to 'draw' text graphics on a section of the terminal.interfaceExpanded TextGraphics that adds methods to interact with themesClasses in com.googlecode.lanterna.graphics that implement StyleSetModifier and TypeClassDescriptionclassThis class hold the default logic for drawing the basic text graphic as exposed by TextGraphic.classThis TextGraphics implementation wraps another TextGraphics and forwards all operations to it, but with a few differences.static classclassMethods in com.googlecode.lanterna.graphics with parameters of type StyleSetModifier and TypeMethodDescriptionAbstractTextGraphics.setStyleFrom(StyleSet<?> source) StyleSet.Set.setStyleFrom(StyleSet<?> source) StyleSet.setStyleFrom(StyleSet<?> source) copy colors and set of SGR codesTextGraphicsWriter.setStyleFrom(StyleSet<?> source) Constructors in com.googlecode.lanterna.graphics with parameters of type StyleSet -
Uses of StyleSet in com.googlecode.lanterna.gui2
Subinterfaces of StyleSet in com.googlecode.lanterna.gui2Modifier and TypeInterfaceDescriptioninterfaceTextGraphics implementation used by TextGUI when doing any drawing operation.Classes in com.googlecode.lanterna.gui2 that implement StyleSetMethods in com.googlecode.lanterna.gui2 with parameters of type StyleSetModifier and TypeMethodDescriptionDefaultTextGUIGraphics.setStyleFrom(StyleSet<?> source) TextGUIGraphics.setStyleFrom(StyleSet<?> source)