com.levigo.jadice.document.render
Interface DecorationRenderer


public interface DecorationRenderer

An interface for classes which provides page decorations.


Method Summary
<T extends BasicRenderParameters>
void
decorate(T parameters)
          A call of this method request a rendered decoration.
 

Method Detail

decorate

<T extends BasicRenderParameters> void decorate(T parameters)
A call of this method request a rendered decoration. The required parameters to apply the decoration are provided by the given parameter object.

Parameters:
parameters - render parameters


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.