dk.vajhoej.model.app
Class AppMetalThemeData

java.lang.Object
  extended by dk.vajhoej.model.app.AppMetalThemeData

public class AppMetalThemeData
extends java.lang.Object

Class AppMetalThemeData contains simplified information about a theme.


Method Summary
 java.awt.Color getBackground()
          Get background color.
 java.awt.Color getBorder()
          Get border color.
static AppMetalThemeData getInstance()
          Get single instance of theme.
 java.awt.Color getMarked()
          Get marked color.
 void setBackground(java.awt.Color background)
          Set background color.
 void setBorder(java.awt.Color border)
          Set border color.
 void setMarked(java.awt.Color marked)
          Set marked color.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AppMetalThemeData getInstance()
Get single instance of theme.

Returns:
theme

getBorder

public java.awt.Color getBorder()
Get border color.

Returns:
border color.

setBorder

public void setBorder(java.awt.Color border)
Set border color.

Parameters:
border - border color

getMarked

public java.awt.Color getMarked()
Get marked color.

Returns:
marked color

setMarked

public void setMarked(java.awt.Color marked)
Set marked color.

Parameters:
marked - marked color

getBackground

public java.awt.Color getBackground()
Get background color.

Returns:
background color

setBackground

public void setBackground(java.awt.Color background)
Set background color.

Parameters:
background - background color