| com.sun.perseus.demo.svgbrowser.SVGBrowser
SVGBrowser | final public class SVGBrowser extends MIDlet implements CommandListener,SVGEventListener(Code) | | This demo implements a simple file browser which allows opening SVG images
and animations.
|
Constructor Summary | |
public | SVGBrowser() Creates a new instance of SVGBrowser. |
SVGBrowser | public SVGBrowser()(Code) | | Creates a new instance of SVGBrowser.
|
commandAction | public synchronized void commandAction(Command c, Displayable d)(Code) | | |
destroyApp | protected synchronized void destroyApp(boolean unconditional)(Code) | | |
hideNotify | public synchronized void hideNotify()(Code) | | |
keyPressed | public void keyPressed(int keyCode)(Code) | | |
keyReleased | public void keyReleased(int keyCode)(Code) | | |
pauseApp | protected void pauseApp()(Code) | | |
pointerPressed | public void pointerPressed(int x, int y)(Code) | | |
pointerReleased | public void pointerReleased(int x, int y)(Code) | | |
showNotify | public synchronized void showNotify()(Code) | | |
sizeChanged | public synchronized void sizeChanged(int width, int height)(Code) | | Updates the SVG image viewport size when the canvas size changes.
|
startApp | protected void startApp()(Code) | | |
|
|