de.jreality.scene.data
Class Attribute

java.lang.Object
  extended by de.jreality.scene.data.Attribute
All Implemented Interfaces:
Serializable

public class Attribute
extends Object
implements Serializable

Author:
Holger
See Also:
Serialized Form

Field Summary
static Attribute COLORS
           
static Attribute COORDINATES
           
static Attribute INDICES
           
static Attribute LABELS
           
static Attribute NORMALS
           
static Attribute POINT_SIZE
           
static Attribute RELATIVE_RADII
           
static Attribute TEXTURE_COORDINATES
           
 
Method Summary
static Attribute attributeForName(String name)
          might be a threading problem
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COORDINATES

public static final Attribute COORDINATES

NORMALS

public static final Attribute NORMALS

COLORS

public static final Attribute COLORS

INDICES

public static final Attribute INDICES

TEXTURE_COORDINATES

public static final Attribute TEXTURE_COORDINATES

POINT_SIZE

public static final Attribute POINT_SIZE

RELATIVE_RADII

public static final Attribute RELATIVE_RADII

LABELS

public static final Attribute LABELS
Method Detail

attributeForName

public static Attribute attributeForName(String name)
might be a threading problem


getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object