|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deken.game.background.ParallaxOffset
public class ParallaxOffset
Title: ParallaxOffset
Description: Enum class for the type of Offset.
Copyright: Copyright (c) Aug 17, 2014
Field Summary | |
---|---|
static int |
CENTER
|
static int |
INTEGER
|
static int |
NONE
|
Method Summary | |
---|---|
int |
getAmount()
|
int |
getId()
|
static ParallaxOffset |
getParallaxOffset(int type)
|
void |
setAmount(int amount)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NONE
public static final int CENTER
public static final int INTEGER
Method Detail |
---|
public int getAmount()
public int getId()
public void setAmount(int amount)
public static final ParallaxOffset getParallaxOffset(int type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |