Package javax.microedition.m2g

Examples of javax.microedition.m2g.SVGAnimator.play()


                    SVGAnimator.createAnimator(image,
                            "net.rim.device.api.ui.Field");
            final Field svgField = (Field) animator.getTargetComponent();

            add(svgField);
            animator.play();
        } catch (final IOException e) {
            add(new RichTextField("Could not load the svg file: " + e));
        }
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.