|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zilonis.tool.ext.aerith.effects.EffectsManager
public class EffectsManager
REMIND: docs...
| Nested Class Summary | |
|---|---|
static class |
EffectsManager.TransitionType
An enum that describes the type of transition that this effect should be used for. |
| Method Summary | |
|---|---|
static ComponentEffect |
getEffect(java.awt.Component component,
EffectsManager.TransitionType transitionType)
This method is called during the setup phase for any transition. |
static void |
setEffect(java.awt.Component component,
ComponentEffect effect,
EffectsManager.TransitionType transitionType)
This method is used to cache a custom effect on a per-component basis for the application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void setEffect(java.awt.Component component,
ComponentEffect effect,
EffectsManager.TransitionType transitionType)
TransitionType.
So a custom TransitionType.CHANGING effect for a
given component will have no bearing on the effect used in a
transition where the component either appears or disappers between
the transition states.
component - The Component that this effect should be applied toeffect - The custom effect desired. A null argument effectively
cancels any prior custom value for this component and this
TransitionTypetransitionType - The type of transition to apply this effect onEffectsManager.TransitionType
public static ComponentEffect getEffect(java.awt.Component component,
EffectsManager.TransitionType transitionType)
TransitionType
component - The component we are querying on behalf oftransitionType - The type of transition that the component
is going to undergo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||