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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientColors
public ClientColors(java.awt.Color normal,
java.awt.Color over,
java.awt.Color groupOver)
getNormal
public java.awt.Color getNormal()
getOver
public java.awt.Color getOver()
getGroupOver
public java.awt.Color getGroupOver()