| Constructor and Description |
|---|
TextSprite(proguard.gui.splash.VariableString[] text,
proguard.gui.splash.VariableInt spacing,
proguard.gui.splash.VariableInt x,
proguard.gui.splash.VariableInt y)
Creates a new TextSprite containing a multiple lines of text.
|
TextSprite(proguard.gui.splash.VariableString text,
proguard.gui.splash.VariableInt x,
proguard.gui.splash.VariableInt y)
Creates a new TextSprite containing a single line of text.
|
public TextSprite(proguard.gui.splash.VariableString text, proguard.gui.splash.VariableInt x, proguard.gui.splash.VariableInt y)
text - the variable text string.x - the variable x-coordinate of the lower-left corner of the text.y - the variable y-coordinate of the lower-left corner of the text.public TextSprite(proguard.gui.splash.VariableString[] text, proguard.gui.splash.VariableInt spacing, proguard.gui.splash.VariableInt x, proguard.gui.splash.VariableInt y)
text - the variable text strings.spacing - the variable spacing between the lines of text.x - the variable x-coordinate of the lower-left corner of the
first line of text.y - the variable y-coordinate of the lower-left corner of the
first line of text.Copyright © 2015. All Rights Reserved.