Package org.gvsig.andami.ui.theme
Class Theme
java.lang.Object
org.gvsig.andami.ui.theme.Theme
Personalization of the program according to the file xml with the necessary
information.
- Author:
- Vicente Caballero Navarro
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the backgroundimage.Color[]Return the font color of text to overwrite the images.int[]Return the font size text to overwrite the images.getIcon()Return the icon.getName()Return the name of program.Point[]Return the position of text to overwrite the images.intReturns image to the splashwindow.int[]Return the time of the splash images.String[]Return the text to overwrite the images.voidRead the file xml with the personalization.
-
Field Details
-
CENTERED
- See Also:
-
EXPAND
- See Also:
-
MOSAIC
- See Also:
-
-
Constructor Details
-
Theme
public Theme() -
Theme
-
-
Method Details
-
getSource
-
readTheme
Read the file xml with the personalization.- Parameters:
file- xml
-
getSplashImages
Returns image to the splashwindow.- Returns:
- ImageIcon[]
-
getTypeDesktop
-
getIcon
Return the icon.- Returns:
- ImageIcon
-
getBackgroundImage
Return the backgroundimage.- Returns:
- ImageIcon
-
getBackgroundColor
-
getTimers
public int[] getTimers()Return the time of the splash images.- Returns:
- long[]
-
getName
Return the name of program.- Returns:
- String
-
getVersions
Return the text to overwrite the images.- Returns:
- String[]
-
getPositions
Return the position of text to overwrite the images.- Returns:
- Point[]
-
getFontSizes
public int[] getFontSizes()Return the font size text to overwrite the images.- Returns:
- int[]
-
getFontColors
Return the font color of text to overwrite the images.- Returns:
- Color[]
-
getPriority
public int getPriority()
-