public class ColorBackgroundModifier extends BaseTripleValueSpanModifier<IBackground> implements IBackgroundModifier
IBackgroundModifier.IBackgroundModifierListenerIModifier.DeepCopyNotSupportedException, IModifier.IModifierListener<T>mEaseFunctionmDurationmFinishedMODIFIER_COMPARATOR_DURATION_DESCENDING| Modifier | Constructor and Description |
|---|---|
protected |
ColorBackgroundModifier(ColorBackgroundModifier pColorBackgroundModifier) |
|
ColorBackgroundModifier(float pDuration,
Color pFromColor,
Color pToColor) |
|
ColorBackgroundModifier(float pDuration,
Color pFromColor,
Color pToColor,
IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener) |
|
ColorBackgroundModifier(float pDuration,
Color pFromColor,
Color pToColor,
IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener,
IEaseFunction pEaseFunction) |
|
ColorBackgroundModifier(float pDuration,
Color pFromColor,
Color pToColor,
IEaseFunction pEaseFunction) |
|
ColorBackgroundModifier(float pDuration,
float pFromRed,
float pToRed,
float pFromGreen,
float pToGreen,
float pFromBlue,
float pToBlue) |
|
ColorBackgroundModifier(float pDuration,
float pFromRed,
float pToRed,
float pFromGreen,
float pToGreen,
float pFromBlue,
float pToBlue,
IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener) |
|
ColorBackgroundModifier(float pDuration,
float pFromRed,
float pToRed,
float pFromGreen,
float pToGreen,
float pFromBlue,
float pToBlue,
IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener,
IEaseFunction pEaseFunction) |
|
ColorBackgroundModifier(float pDuration,
float pFromRed,
float pToRed,
float pFromGreen,
float pToGreen,
float pFromBlue,
float pToBlue,
IEaseFunction pEaseFunction) |
| Modifier and Type | Method and Description |
|---|---|
ColorBackgroundModifier |
deepCopy() |
protected void |
onSetInitialValues(IBackground pBackground,
float pRed,
float pGreen,
float pBlue) |
protected void |
onSetValues(IBackground pBackground,
float pPerctentageDone,
float pRed,
float pGreen,
float pBlue) |
getFromValueC, getToValueC, onSetInitialValues, onSetValues, reset, resetgetFromValue, getFromValueA, getFromValueB, getToValue, getToValueA, getToValueB, onSetInitialValue, onSetValue, resetonManagedInitialize, onManagedUpdategetDuration, getSecondsElapsed, onUpdate, resetaddModifierListener, assertNoNullModifier, assertNoNullModifier, isAutoUnregisterWhenFinished, isFinished, onModifierFinished, onModifierStarted, removeModifierListener, setAutoUnregisterWhenFinishedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddModifierListener, getDuration, getSecondsElapsed, isAutoUnregisterWhenFinished, isFinished, onUpdate, removeModifierListener, reset, setAutoUnregisterWhenFinishedpublic ColorBackgroundModifier(float pDuration,
Color pFromColor,
Color pToColor)
public ColorBackgroundModifier(float pDuration,
float pFromRed,
float pToRed,
float pFromGreen,
float pToGreen,
float pFromBlue,
float pToBlue)
public ColorBackgroundModifier(float pDuration,
Color pFromColor,
Color pToColor,
IEaseFunction pEaseFunction)
public ColorBackgroundModifier(float pDuration,
float pFromRed,
float pToRed,
float pFromGreen,
float pToGreen,
float pFromBlue,
float pToBlue,
IEaseFunction pEaseFunction)
public ColorBackgroundModifier(float pDuration,
Color pFromColor,
Color pToColor,
IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener)
public ColorBackgroundModifier(float pDuration,
float pFromRed,
float pToRed,
float pFromGreen,
float pToGreen,
float pFromBlue,
float pToBlue,
IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener)
public ColorBackgroundModifier(float pDuration,
Color pFromColor,
Color pToColor,
IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener,
IEaseFunction pEaseFunction)
public ColorBackgroundModifier(float pDuration,
float pFromRed,
float pToRed,
float pFromGreen,
float pToGreen,
float pFromBlue,
float pToBlue,
IBackgroundModifier.IBackgroundModifierListener pBackgroundModifierListener,
IEaseFunction pEaseFunction)
protected ColorBackgroundModifier(ColorBackgroundModifier pColorBackgroundModifier)
public ColorBackgroundModifier deepCopy()
deepCopy in interface IBackgroundModifierdeepCopy in interface IModifier<IBackground>deepCopy in class BaseModifier<IBackground>protected void onSetInitialValues(IBackground pBackground, float pRed, float pGreen, float pBlue)
onSetInitialValues in class BaseTripleValueSpanModifier<IBackground>protected void onSetValues(IBackground pBackground, float pPerctentageDone, float pRed, float pGreen, float pBlue)
onSetValues in class BaseTripleValueSpanModifier<IBackground>