com.badlogic.gdx.scenes.scene2d.actions
Class SizeByAction

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.Action
      extended by com.badlogic.gdx.scenes.scene2d.actions.TemporalAction
          extended by com.badlogic.gdx.scenes.scene2d.actions.RelativeTemporalAction
              extended by com.badlogic.gdx.scenes.scene2d.actions.SizeByAction
All Implemented Interfaces:
Pool.Poolable

public class SizeByAction
extends RelativeTemporalAction

Moves an actor from its current size to a relative size.

Author:
Nathan Sweet

Constructor Summary
SizeByAction()
           
 
Method Summary
 float getAmountHeight()
           
 float getAmountWidth()
           
 void setAmount(float width, float height)
           
 void setAmountHeight(float height)
           
 void setAmountWidth(float width)
           
 
Methods inherited from class com.badlogic.gdx.scenes.scene2d.actions.TemporalAction
act, finish, getDuration, getInterpolation, getTime, isReverse, reset, restart, setDuration, setInterpolation, setReverse, setTime
 
Methods inherited from class com.badlogic.gdx.scenes.scene2d.Action
getActor, getPool, setActor, setPool, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SizeByAction

public SizeByAction()
Method Detail

setAmount

public void setAmount(float width,
                      float height)

getAmountWidth

public float getAmountWidth()

setAmountWidth

public void setAmountWidth(float width)

getAmountHeight

public float getAmountHeight()

setAmountHeight

public void setAmountHeight(float height)


Copyright © 2013. All Rights Reserved.