gumbo.visualize.data.client
Class ClientData

java.lang.Object
  |
  +--gumbo.visualize.data.client.ClientData

public class ClientData
extends java.lang.Object

Constants and utilities related to client data.

In general, client data is for the exclusive use of Gumbo clients and the graphic views that use it as rendering hints. Default implementations of graphic views provided by Gumbo, however, must make assumptions about the client data. As such, default Gumbo graphic views can accomodate client data that is, as a minimum, opaque, being of unknown type, or a ClientData.Map. If the latter, the graphic view searches for the necessary client data. If the client data is opaque or the required data cannot be found in the map, the graphic view uses default values.

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

Nested Class Summary
static class ClientData.Map
           
 
Field Summary
static java.lang.String COLORS_KEY
           
static java.lang.Class COLORS_TYPE
           
static java.lang.String LABEL_KEY
           
static java.lang.Class LABEL_TYPE
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLORS_KEY

public static final java.lang.String COLORS_KEY
See Also:
Constant Field Values

COLORS_TYPE

public static final java.lang.Class COLORS_TYPE

LABEL_KEY

public static final java.lang.String LABEL_KEY
See Also:
Constant Field Values

LABEL_TYPE

public static final java.lang.Class LABEL_TYPE