public interface WrappingRenderer<A extends Action> extends Renderer<A>
void setParent(Renderer<? super A> parent)
parent
- The parent renderer that should be
wrapped by this rendererjava.lang.UnsupportedOperationException
- If the implementation
doesn't support this method