org.kemet.lf.tools.ihm
Class SplashTools

java.lang.Object
  extended by org.kemet.lf.tools.ihm.SplashTools

public class SplashTools
extends java.lang.Object

Since:
0.4
Author:
fabricemaupin

SplashTools : manage Splash Screen.


Method Summary
 void displayText(java.lang.String[] comments)
           manage display of text in the splash screen.
static SplashTools getInstance(int posX, int posY)
           get the only one instance from SplashTools class.
 java.awt.SplashScreen getSplash()
           return the splash.
 void setPosX(int posX)
           fix the (X) coordinate for splash.
 void setPosY(int posY)
           fix the (Y) coordinate for splash.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SplashTools getInstance(int posX,
                                      int posY)
                               throws ExceptionManager

get the only one instance from SplashTools class.

Parameters:
posX - (X) coordinate
posY - (Y) coordinate
Returns:
instance of KemetWindow class
Throws:
ExceptionManager
Since:
0.4

displayText

public void displayText(java.lang.String[] comments)

manage display of text in the splash screen.

Parameters:
comments - text to display
Since:
0.4

getSplash

public java.awt.SplashScreen getSplash()

return the splash.

Returns:
the splash
Since:
0.5

setPosX

public void setPosX(int posX)

fix the (X) coordinate for splash.

Parameters:
posX - posX to set
Since:
0.5

setPosY

public void setPosY(int posY)

fix the (Y) coordinate for splash.

Parameters:
posY - posY to set
Since:
0.5


Copyright © 2008 F. MAUPIN. All Rights Reserved.