Class LabelAccessor

java.lang.Object
com.csse3200.game.components.InitialSequence.LabelAccessor
All Implemented Interfaces:
aurelienribon.tweenengine.TweenAccessor<com.badlogic.gdx.scenes.scene2d.ui.Label>

public class LabelAccessor extends Object implements aurelienribon.tweenengine.TweenAccessor<com.badlogic.gdx.scenes.scene2d.ui.Label>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getValues(com.badlogic.gdx.scenes.scene2d.ui.Label target, int tweenType, float[] returnValues)
     
    void
    setValues(com.badlogic.gdx.scenes.scene2d.ui.Label target, int tweenType, float[] newValues)
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • LabelAccessor

      public LabelAccessor()
  • Method Details

    • getValues

      public int getValues(com.badlogic.gdx.scenes.scene2d.ui.Label target, int tweenType, float[] returnValues)
      Specified by:
      getValues in interface aurelienribon.tweenengine.TweenAccessor<com.badlogic.gdx.scenes.scene2d.ui.Label>
    • setValues

      public void setValues(com.badlogic.gdx.scenes.scene2d.ui.Label target, int tweenType, float[] newValues)
      Specified by:
      setValues in interface aurelienribon.tweenengine.TweenAccessor<com.badlogic.gdx.scenes.scene2d.ui.Label>