public class TextRenderer extends Object
Constructor and Description |
---|
TextRenderer() |
Modifier and Type | Method and Description |
---|---|
static String |
surroundString(String string)
Surrounds given string with prefix '="' and suffix '";'.
|
static String |
surroundString(String string,
String prefix,
String suffix)
Surround given string with given prefix and suffix.
|
Copyright © 2016. All Rights Reserved.