Search
RenderCallback<T> Interface
See Also
 

This functional interface declares the prototype of drawing callbacks called by various icon Renderers.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public interface RenderCallback<T>

 See Also