Package org.foray.text.line.solitary

Examples of org.foray.text.line.solitary.SolitaryLineBreaker


     * {@inheritDoc}
     */
    public EagerLineBreaker provideEagerLineBreaker(
            final LineBreakControl control, final LineBreakHandler handler,
            final FontConsumer fontConsumer) {
        return new SolitaryLineBreaker(this, control, handler, fontConsumer);
    }
View Full Code Here

TOP

Related Classes of org.foray.text.line.solitary.SolitaryLineBreaker

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.