Package org.skyscreamer.yoga.listener

Examples of org.skyscreamer.yoga.listener.CountLimitRenderingListener


     * of 10,000 is reasonable.
     */
    public void setOutputCountLimit( int countLimit )
    {
        checkFinalized();
        this._registry.addListener( new CountLimitRenderingListener( countLimit ) );
    }
View Full Code Here

TOP

Related Classes of org.skyscreamer.yoga.listener.CountLimitRenderingListener

Copyright © 2018 www.massapicom. All rights reserved.
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.