Class GUILabel.TextPiece
java.lang.Object
com.blackrook.gui.object.GUILabel.TextPiece
- Enclosing class:
GUILabel
A single label character.
- Author:
- Matthew Tropiano
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x0
public float x0Scalar across X-axis. -
x1
public float x1Scalar across X-axis. -
y0
public float y0Scalar across Y-axis. -
y1
public float y1Scalar across Y-axis. -
s0
public float s0Texture S coordinate 0. -
s1
public float s1Texture S coordinate 1. -
t0
public float t0Texture T coordinate 0. -
t1
public float t1Texture T coordinate 1.
-
-
Constructor Details
-
TextPiece
public TextPiece()
-
-
Method Details
-
toString
-