de.ukn.hci.squidy.manager.data
Annotation Type DataType


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface DataType

DataType.

 Date: Mar 14, 2009
 Time: 11:14:47 PM
 

Since:
1.0.0
Version:
$Id: DataType.java 30 2009-09-18 22:23:35Z nitsche $
Author:
Roman R&aumldle
Roman.Raedle@uni-konstanz .de Human-Computer Interaction Group
University of Konstanz

Required Element Summary
 int[] color
          Color of the annotated data type.
 

Element Detail

color

public abstract int[] color
Color of the annotated data type. The format should be standard RGB hex + alpha value. An array of 3 hex-decimal values plus alpha value.

See Also:
Color#Color(int, int, int, int)


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.