Package com.adobe.internal.fxg.sax

Examples of com.adobe.internal.fxg.sax.FXGSAXParser


     * @return an FXGParser instance
     * @see com.adobe.fxg.FXGParser
     */
    public static FXGParser createDefaultParser()
    {
        return new FXGSAXParser(FXG_PROFILE_DESKTOP);
    }
View Full Code Here


     * @return an FXGParser instance
     * @see com.adobe.fxg.FXGParser
     */
    public static FXGParser createDefaultParserForMobile()
    {
        return new FXGSAXParser(FXG_PROFILE_MOBILE);
    }
View Full Code Here

TOP

Related Classes of com.adobe.internal.fxg.sax.FXGSAXParser

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.