public class EffectProcessorNull extends Object implements EffectProcessor
Constructor and Description |
---|
EffectProcessorNull() |
Modifier and Type | Method and Description |
---|---|
void |
activate(EndNotify newListener,
String alternate,
String customKey) |
<T extends EffectImpl> |
getEffects(Class<T> requestedClass) |
void |
getRenderStatesToSave(NiftyRenderDeviceProxy renderDeviceProxy) |
String |
getStateString() |
boolean |
isActive() |
void |
processEndHover(int x,
int y) |
void |
processHover(int x,
int y) |
void |
processHoverDeactivate(int x,
int y) |
void |
processStartHover(int x,
int y) |
void |
registerEffect(Effect e) |
void |
removeAllEffects() |
void |
renderOverlay(NiftyRenderEngine renderDevice) |
void |
renderPost(NiftyRenderEngine renderDevice) |
void |
renderPre(NiftyRenderEngine renderDevice) |
void |
reset() |
void |
reset(String customKey) |
void |
restoreNeverStopRenderingEffects() |
void |
saveActiveNeverStopRenderingEffects() |
void |
setActive(boolean newActive) |
public void registerEffect(Effect e)
registerEffect
in interface EffectProcessor
public void getRenderStatesToSave(NiftyRenderDeviceProxy renderDeviceProxy)
getRenderStatesToSave
in interface EffectProcessor
public void renderPre(NiftyRenderEngine renderDevice)
renderPre
in interface EffectProcessor
public void renderPost(NiftyRenderEngine renderDevice)
renderPost
in interface EffectProcessor
public void renderOverlay(NiftyRenderEngine renderDevice)
renderOverlay
in interface EffectProcessor
public boolean isActive()
isActive
in interface EffectProcessor
public void saveActiveNeverStopRenderingEffects()
saveActiveNeverStopRenderingEffects
in interface EffectProcessor
public void restoreNeverStopRenderingEffects()
restoreNeverStopRenderingEffects
in interface EffectProcessor
public void reset()
reset
in interface EffectProcessor
public void reset(String customKey)
reset
in interface EffectProcessor
public void activate(EndNotify newListener, String alternate, String customKey)
activate
in interface EffectProcessor
public String getStateString()
getStateString
in interface EffectProcessor
public void setActive(boolean newActive)
setActive
in interface EffectProcessor
public void processHover(int x, int y)
processHover
in interface EffectProcessor
public void processStartHover(int x, int y)
processStartHover
in interface EffectProcessor
public void processEndHover(int x, int y)
processEndHover
in interface EffectProcessor
public void processHoverDeactivate(int x, int y)
processHoverDeactivate
in interface EffectProcessor
public void removeAllEffects()
removeAllEffects
in interface EffectProcessor
public <T extends EffectImpl> List<Effect> getEffects(Class<T> requestedClass)
getEffects
in interface EffectProcessor
Copyright © 2013. All Rights Reserved.