public class TitleTransition extends Object
| Constructor and Description |
|---|
TitleTransition(int fadeIn,
int time,
int fadeOut)
Creates a title transition object
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFadeInTime()
Gets the fade in time of the transition
|
int |
getFadeOutTime()
Gets the fade out time of the transition
|
int |
getTitleTime()
Gets the title time of the transition
|
public TitleTransition(int fadeIn, int time, int fadeOut)
fadeIn - the fade in timetime - the time of the titlefadeOut - the fade out timepublic int getFadeInTime()
public int getTitleTime()
public int getFadeOutTime()
Copyright © 2016. All rights reserved.