com.sun.perseus.demo.greetingcard
Class GreetingCard

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by com.sun.perseus.demo.PlaySVGImageDemo
          extended by com.sun.perseus.demo.greetingcard.GreetingCard
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener, javax.microedition.m2g.SVGEventListener

public final class GreetingCard
extends PlaySVGImageDemo

Simple demo which plays an SVG animation, using the JSR 226 SVGAnimator class.


Field Summary
 
Fields inherited from class com.sun.perseus.demo.PlaySVGImageDemo
doc, ERROR_COULD_NOT_LOAD_SVG, KEY_HELP, KEY_PAUSE, KEY_PLAY, KEY_ROTATE, KEY_START_DEMO, KEY_STOP, SPLASH_MIN_LENGTH, splashCanvas, splashImageName, state, STATE_INTERRUPTED, STATE_PAUSED, STATE_PLAYING, STATE_STOPPED, svg, SVG_NAMESPACE_URI, svgAnimator, svgCanvas, svgImage, svgImageName
 
Constructor Summary
GreetingCard()
           
 
Method Summary
 
Methods inherited from class com.sun.perseus.demo.PlaySVGImageDemo
commandAction, destroyApp, hideNotify, keyPressed, keyReleased, pauseApp, pointerPressed, pointerReleased, showNotify, sizeChanged, startApp
 
Methods inherited from class javax.microedition.midlet.MIDlet
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreetingCard

public GreetingCard()