Class GUILabel.TextPiece

java.lang.Object
com.blackrook.gui.object.GUILabel.TextPiece
Enclosing class:
GUILabel

public static class GUILabel.TextPiece extends Object
A single label character.
Author:
Matthew Tropiano
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
    Texture S coordinate 0.
    float
    Texture S coordinate 1.
    float
    Texture T coordinate 0.
    float
    Texture T coordinate 1.
    float
    Scalar across X-axis.
    float
    Scalar across X-axis.
    float
    Scalar across Y-axis.
    float
    Scalar across Y-axis.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • x0

      public float x0
      Scalar across X-axis.
    • x1

      public float x1
      Scalar across X-axis.
    • y0

      public float y0
      Scalar across Y-axis.
    • y1

      public float y1
      Scalar across Y-axis.
    • s0

      public float s0
      Texture S coordinate 0.
    • s1

      public float s1
      Texture S coordinate 1.
    • t0

      public float t0
      Texture T coordinate 0.
    • t1

      public float t1
      Texture T coordinate 1.
  • Constructor Details

    • TextPiece

      public TextPiece()
  • Method Details