public class Theme extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CENTERED |
static String |
EXPAND |
static String |
MOSAIC |
Modifier and Type | Method and Description |
---|---|
Color |
getBackgroundColor() |
ImageIcon |
getBackgroundImage()
Return the backgroundimage.
|
Color[] |
getFontColors()
Return the font color of text to overwrite the images.
|
int[] |
getFontSizes()
Return the font size text to overwrite the images.
|
ImageIcon |
getIcon()
Return the icon.
|
String |
getName()
Return the name of program.
|
Point[] |
getPositions()
Return the position of text to overwrite the images.
|
int |
getPriority() |
File |
getSource() |
ImageIcon[] |
getSplashImages()
Returns image to the splashwindow.
|
int[] |
getTimers()
Return the time of the splash images.
|
String |
getTypeDesktop() |
String[] |
getVersions()
Return the text to overwrite the images.
|
void |
readTheme(File file)
Read the file xml with the personalization.
|
public static final String CENTERED
public static final String EXPAND
public static final String MOSAIC
public Theme()
public Theme(Map vars)
public File getSource()
public void readTheme(File file)
file
- xmlpublic ImageIcon[] getSplashImages()
public String getTypeDesktop()
public ImageIcon getIcon()
public ImageIcon getBackgroundImage()
public Color getBackgroundColor()
public int[] getTimers()
public String getName()
public String[] getVersions()
public Point[] getPositions()
public int[] getFontSizes()
public Color[] getFontColors()
public int getPriority()