Uses of Class
tripleplay.util.StyledText.Plain
Packages that use StyledText.Plain
-
Uses of StyledText.Plain in tripleplay.util
Subclasses of StyledText.Plain in tripleplay.utilModifier and TypeClassDescriptionstatic class
Multiple lines of plain (uniformly styled) text.static class
A single line of plain (uniformly styled) text.Methods in tripleplay.util that return StyledText.PlainModifier and TypeMethodDescriptionabstract StyledText.Plain
StyledText.Plain.resize
(float size) Creates a new instance equivalent to this one excepting that the font size is adjusted tosize
.Methods in tripleplay.util with parameters of type StyledText.PlainModifier and TypeMethodDescriptionvoid
Glyph.renderText
(Graphics gfx, StyledText.Plain text) Prepares the canvas and renders the supplied text at 0, 0 using the given config.void
Glyph.renderText
(Graphics gfx, StyledText.Plain text, int x, int y) Prepares the canvas and renders the supplied text atx, y
using the given config.