de.jreality.scene.data
Class Attribute
java.lang.Object
de.jreality.scene.data.Attribute
- All Implemented Interfaces:
- java.io.Serializable
public class Attribute
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Holger
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
attributeForName
public static Attribute attributeForName(java.lang.String name)
- might be a threading problem
getName
public java.lang.String getName()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object