GLG Toolkit, Java Class Library  Version 4.5

Specifies a role of an attribute object. More...

Detailed Description

Specifies a role of an attribute object.

Constants

static final int COLOR_XR = 2
 Attribute role constant: color. More...
 
static final int DDATA_XR = 8
 Attribute role constant: generic D "D" (double) data. More...
 
static final int GDATA_XR = 7
 Attribute role constant: generic G "G" (XYZ or RGB) data. More...
 
static final int GEOM_XR = 1
 Attribute role constant: control point. More...
 
static final int SDATA_XR = 9
 Attribute role constant: generic S "S" (string) data. More...
 

Variable Documentation

◆ COLOR_XR

final int COLOR_XR = 2
static

Attribute role constant: color.

◆ DDATA_XR

final int DDATA_XR = 8
static

Attribute role constant: generic D "D" (double) data.

◆ GDATA_XR

final int GDATA_XR = 7
static

Attribute role constant: generic G "G" (XYZ or RGB) data.

◆ GEOM_XR

final int GEOM_XR = 1
static

Attribute role constant: control point.

◆ SDATA_XR

final int SDATA_XR = 9
static

Attribute role constant: generic S "S" (string) data.