| java.lang.Object com.sun.svg.component.LoadingScreen
All known Subclasses: com.sun.perseus.demo.ContactListMidlet,
Inner Class :public interface Listener | |
Inner Class :class UpdateProgress implements Runnable | |
Inner Class :class SVGImageLoadingTask implements Runnable | |
Constructor Summary | |
public | LoadingScreen(SVGAnimator svgAnimator, SVGImage svgImage, String svgImagePath, int svgImageSize, Listener listener) |
Method Summary | |
public void | streamProgress(float p) Called when more bytes have been read from the input stream. |
loadProgressBar | protected SVGProgressBar loadProgressBar(Code) | | Horizontal Progress Bar. The Progress Bar is used in the initial load screen.
|
LoadingScreen | public LoadingScreen(SVGAnimator svgAnimator, SVGImage svgImage, String svgImagePath, int svgImageSize, Listener listener)(Code) | | Creates a new instance of SVGImageLoadingScreen
Parameters: svgAnimator - the associated SVGAnimator instance Parameters: svgImage - the associated SVGImage instance Parameters: svgImagePath - the path of the SVG image file to load Parameters: svgImageSize - the expected size for the SVGImage to load. |
streamProgress | public void streamProgress(float p)(Code) | | Called when more bytes have been read from the input stream.
Parameters: p - the current penetration in the input stream, in the [0, 1] interval. |
|
|