Create a renderer for the specified width and height or return null if the element does not provide any output for the specified dimensions. The default implementation delegates to the {@link #reader(int)} method when theheight argument is not positive otherwise it returns null. Subclasses should override this method when they want to provide content that can adapts to the specified height.
@param width the width
@param height the height
@return the renderer
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.