Class LabelStyle

Direct Known Subclasses:
TextStyle

public class LabelStyle extends BillboardStyle
A style for labels. Contains attributes for configuring how the label is drawn on the screen.
  • Method Details

    • getAnchorPointX

      public float getAnchorPointX()
      Returns the horizontal anchor point of the label.
      Returns:
      The horizontal anchor point of the label.
    • getAnchorPointY

      public float getAnchorPointY()
      Returns the vertical anchor point of the label.
      Returns:
      The vertical anchor point of the label.
    • isFlippable

      public boolean isFlippable()
      Returns the state of the flippable flag.
      Returns:
      True if the label is flippable.
    • getOrientationMode

      public int getOrientationMode()
      Returns the orientation mode of the label.
      Returns:
      The orientation mode of the label.
    • getScalingMode

      public int getScalingMode()
      Returns the scaling mode of the label.
      Returns:
      The scaling mode of the label.
    • getRenderScale

      public float getRenderScale()
      Returns the relative rendering scale of the label.
      Returns:
      The relative rendering scale of the label.