org.netbeans.microedition.svg |
|
Java Source File Name | Type | Comment |
SVGAnimatorWrapper.java | Class | This is wrapper class, which exposes some of the setters avilable from
SVGAnimator owned canvas to this wrapper, so it can be used as a component
in VisualDesigner. |
SVGMenu.java | Class | Screen representing a menu component. |
SVGPlayer.java | Class | This class encapsulates SVGAnimator and exposes some of its setters,
so it can be used as a component in NetBeans Visual Designer. |
SVGSplashScreen.java | Class | This component represents a splash screen, which is usually being displayed
when the application starts. |
SVGWaitScreen.java | Class | This component suits as a wait screen, which let the user to execute a blocking
background task (e.g. |