Package org.apache.fop.complexscripts.util

Examples of org.apache.fop.complexscripts.util.NumberConverter$KanaNumeralsFormatter


     * @param features features (feature sub-parameters)
     * @param language (may be null or empty, which is treated as null)
     * @param country (may be null or empty, which is treated as null)
     */
    public PageNumberGenerator ( String format, int groupingSeparator, int groupingSize, int letterValue, String features, String language, String country ) {
        this.converter = new NumberConverter ( format, groupingSeparator, groupingSize, letterValue, features, language, country );
    }
View Full Code Here

TOP

Related Classes of org.apache.fop.complexscripts.util.NumberConverter$KanaNumeralsFormatter

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.