org.gscg.common.gui
Interface ColorInterface

All Known Subinterfaces:
ActorApplicationInterface

public interface ColorInterface

Defines the colors which are used by the different Swing objects.

(c) copyright 2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.

Since:
1.1.3
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:34:10 $
Author:
Stijn-Pieter van Houten

Method Summary
 java.awt.Color getBusinessPanelBackGroundColor()
           
 java.awt.Color getCellBackGroundColor()
           
 java.awt.Color getCellButtonBackGroundColor()
           
 java.awt.Color getMainPanelBackGroundColor()
           
 java.awt.Color getProgressIndicatorColor()
           
 

Method Detail

getBusinessPanelBackGroundColor

public java.awt.Color getBusinessPanelBackGroundColor()
Returns:
Returns the businessPanelBackGroundColor.

getCellBackGroundColor

public java.awt.Color getCellBackGroundColor()
Returns:
Returns the cellBackGroundColor.

getCellButtonBackGroundColor

public java.awt.Color getCellButtonBackGroundColor()
Returns:
Returns the cellButtonBackGroundColor.

getMainPanelBackGroundColor

public java.awt.Color getMainPanelBackGroundColor()
Returns:
Returns the mainPanelBackGroundColor.

getProgressIndicatorColor

public java.awt.Color getProgressIndicatorColor()
Returns:
Returns the progressIndicatorColor.


Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.