Modifier and Type | Method and Description |
---|---|
protected abstract EffectPeer |
Renderer.createPeer(FilterContext fctx,
String name,
int unrollCount)
Creates a new peer given the context, name and unroll count.
|
EffectPeer |
Renderer.getPeerInstance(FilterContext fctx,
String name,
int unrollCount)
Returns a (cached) instance of peer given the context, name and unroll
count.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<EffectPeer> |
Renderer.getPeers()
Returns current cache of peers.
|
Modifier and Type | Class and Description |
---|---|
class |
PrCropPeer |
class |
PrFloodPeer |
class |
PrMergePeer |
class |
PrReflectionPeer |
Modifier and Type | Method and Description |
---|---|
protected EffectPeer |
PPSRenderer.createPeer(FilterContext fctx,
String name,
int unrollCount) |
Modifier and Type | Method and Description |
---|---|
protected EffectPeer |
PSWRenderer.createPeer(FilterContext fctx,
String name,
int unrollCount) |
Modifier and Type | Method and Description |
---|---|
EffectPeer<? extends LinearConvolveRenderState> |
LinearConvolveRenderState.getPassPeer(Renderer r,
FilterContext fctx)
Return the
EffectPeer to be used to perform the currently
validated pass of the convolution operation, or null if this pass
is a NOP. |
EffectPeer<BoxRenderState> |
BoxRenderState.getPassPeer(Renderer r,
FilterContext fctx) |
Copyright © 2020. All rights reserved.