public interface WrappingRenderer<A extends Action> extends Renderer<A>
Modifier and Type | Method and Description |
---|---|
Renderer<? super A> |
getParent()
Get the current parent renderer.
|
void |
setParent(Renderer<? super A> parent)
Set a parent renderer.
|
void setParent(Renderer<? super A> parent)
parent
- The parent renderer that should be
wrapped by this rendererUnsupportedOperationException
- If the implementation
doesn't support this method