A B C D F G I L O P R S T

S

scale(String, float, float) - Method in class org.netbeans.microedition.svg.SVGPlayer
Scales the element with the specified id by the given factor along the x and y axis.
scale(SVGElement, float, float) - Method in class org.netbeans.microedition.svg.SVGPlayer
Scales the element with the specified id by the given factor along the x and y axis.
scaleAbout(String, float, float, int) - Method in class org.netbeans.microedition.svg.SVGPlayer
Scales the element with the given id about the desired anchor point.
scaleAbout(SVGLocatableElement, float, float, int) - Method in class org.netbeans.microedition.svg.SVGPlayer
Scales the element with the given id about the desired anchor point.
scaleAboutSafely(String, float, float, int) - Method in class org.netbeans.microedition.svg.SVGPlayer
Scales the element with the given id about the desired anchor point.
scaleSafely(String, float, float) - Method in class org.netbeans.microedition.svg.SVGPlayer
Scales the element with the specified id by the given factor along the x and y axis.
screenTranslate(String, float, float) - Method in class org.netbeans.microedition.svg.SVGPlayer
Translates the element with the specified id by the given amount, in the screen coordinate space.
screenTranslate(SVGLocatableElement, float, float) - Method in class org.netbeans.microedition.svg.SVGPlayer
Translates the element with the specified id by the given amount, in the screen coordinate space.
screenTranslateSafely(String, float, float) - Method in class org.netbeans.microedition.svg.SVGPlayer
Translates the element with the specified id by the given amount, in the screen coordinate space.
SELECT_COMMAND - Static variable in class org.netbeans.microedition.svg.SVGMenu
Command fired when the user chooses a menu element.
SELECTED_INDEX_NONE - Static variable in class org.netbeans.microedition.svg.SVGMenu
value of selected index when no menu item is selected
setAllowTimeoutInterrupt(boolean) - Method in class org.netbeans.microedition.svg.SVGSplashScreen
Set to true, when the timeout with a specified timeout interval can be interrupted by pressing a key.
setCommandListener(CommandListener) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets command listener to this displayable
setFloatTrait(String, String, float) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets the desired trait on the element with the specified identifier.
setFloatTraitSafely(String, String, float) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets the desired trait on the element with the specified identifier.
setFullScreenMode(boolean) - Method in class org.netbeans.microedition.svg.SVGPlayer
sets fullscreen mode the animation canvas (not this canvas)
setResetAnimationWhenStopped(boolean) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets
setRGBTrait(String, String, int) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets the desired RGB value on the element with the specified identifier.
setRGBTrait(String, String, int, int, int) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets the desired RGB value on the element with the specified identifier.
setRGBTraitSafely(String, String, int) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets the desired RGB value on the element with the specified identifier.
setRGBTraitSafely(String, String, int, int, int) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets the desired RGB value on the element with the specified identifier.
setSafeSVGEventListener(SVGEventListener) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets a user's SVGEventListener to be called in the document update thread.
setStartAnimationImmediately(boolean) - Method in class org.netbeans.microedition.svg.SVGPlayer
When set to true, the animation starts immediatelly when the canvas with animation displayed on the screen
setSVGEventListener(SVGEventListener) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets a user's SVGEventListener to the SVGAnimator
setTask(CancellableTask) - Method in class org.netbeans.microedition.svg.SVGWaitScreen
Sets the task to be run on the background.
setTicker(Ticker) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets ticker to the animation canvas (not this canvas)
setTimeIncrement(float) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets time increment for the animation.
setTimeout(int) - Method in class org.netbeans.microedition.svg.SVGSplashScreen
Sets the timeout of the splash screen - i.e.
setTitle(String) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets title to the animation canvas (not this canvas)
setTrait(String, String, String) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets the desired trait on the element with the specified identifier.
setTraitSafely(String, String, String) - Method in class org.netbeans.microedition.svg.SVGPlayer
Sets the desired trait on the element with the specified identifier.
startAnimation(String) - Method in class org.netbeans.microedition.svg.SVGPlayer
Starts immediately animation on the given animation element.
startAnimation(String, float) - Method in class org.netbeans.microedition.svg.SVGPlayer
Starts immediately animation on the given animation element.
startAnimationSafely(String) - Method in class org.netbeans.microedition.svg.SVGPlayer
Starts immediately animation on the given animation element.
stop() - Method in class org.netbeans.microedition.svg.SVGPlayer
Stops the animation.
stopAnimation(String) - Method in class org.netbeans.microedition.svg.SVGPlayer
Stops animation on the given animation element.
stopAnimation(String, float) - Method in class org.netbeans.microedition.svg.SVGPlayer
Stops animation on the given animation element, with given delay.
stopAnimationSafely(String) - Method in class org.netbeans.microedition.svg.SVGPlayer
Stops animation on the given animation element.
STOPPED - Static variable in class org.netbeans.microedition.svg.SVGPlayer
Animator is stopped (i.e.
SUCCESS_COMMAND - Static variable in class org.netbeans.microedition.svg.SVGWaitScreen
Command fired when the background task was finished succesfully
SVGAnimatorWrapper - Class in org.netbeans.microedition.svg
Deprecated. This class has been deprected with 6.0 version of NetBeans. Please use SVGPlayer instead of it.
SVGAnimatorWrapper(SVGImage, Display) - Constructor for class org.netbeans.microedition.svg.SVGAnimatorWrapper
Deprecated. This class has been deprected with 6.0 version of NetBeans. Please use SVGPlayer instead of it.
SVGMenu - Class in org.netbeans.microedition.svg
Screen representing a menu component.
SVGMenu(SVGImage, Display) - Constructor for class org.netbeans.microedition.svg.SVGMenu
Creates a new instance of SVGMenu.
SVGPlayer - Class in org.netbeans.microedition.svg
This class encapsulates SVGAnimator and exposes some of its setters, so it can be used as a component in NetBeans Visual Designer.
SVGPlayer(SVGImage, Display) - Constructor for class org.netbeans.microedition.svg.SVGPlayer
Creates a new instance of SvgAnimatorHelper.
SVGSplashScreen - Class in org.netbeans.microedition.svg
This component represents a splash screen, which is usually being displayed when the application starts.
SVGSplashScreen(SVGImage, Display) - Constructor for class org.netbeans.microedition.svg.SVGSplashScreen
Creates a new instance of SVGSplashScreen

Please note, supplied SVGImage shouldn't be reused in other SVGAnimator.

SVGWaitScreen - Class in org.netbeans.microedition.svg
This component suits as a wait screen, which let the user to execute a blocking background task (e.g.
SVGWaitScreen(SVGImage, Display) - Constructor for class org.netbeans.microedition.svg.SVGWaitScreen
Creates a new instance of SVGWaitScreen.

A B C D F G I L O P R S T