gumbo.visualize.data.client
Class ClientColors

java.lang.Object
  |
  +--gumbo.visualize.data.client.ClientColors
All Implemented Interfaces:
java.io.Serializable

public class ClientColors
extends java.lang.Object
implements java.io.Serializable

An immutable object intended for use as client data to provide custom color-based rendering hints for feedback presentation. For example, all the members of a given aspect model would appear with a distinct base color.

Version:
$Revision: 1.1 $
Author:
Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.
See Also:
Serialized Form

Constructor Summary
ClientColors(java.awt.Color normal, java.awt.Color over, java.awt.Color groupOver)
           
 
Method Summary
 java.awt.Color getGroupOver()
           
 java.awt.Color getNormal()
           
 java.awt.Color getOver()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientColors

public ClientColors(java.awt.Color normal,
                    java.awt.Color over,
                    java.awt.Color groupOver)
Method Detail

getNormal

public java.awt.Color getNormal()

getOver

public java.awt.Color getOver()

getGroupOver

public java.awt.Color getGroupOver()