Uses of Package
de.jreality.scene.data

Packages that use de.jreality.scene.data
de.jreality.geometry This package contains geometry related utilities. 
de.jreality.math Mathematical utilities. 
de.jreality.scene This package contains the essential classes of the jReality scene graph. 
de.jreality.scene.data Contains the structures to store and transfer all sorts of data in the scene. 
de.jreality.scene.event   
de.jreality.scene.tool Tool infrastructure for the scene graph. 
de.jreality.shader Contains all jReality shading-related classes and interfaces. 
de.jreality.toolsystem This package is responsable for managing the tools in a scene graph: registering them, handling user input, and triggering their activity based on this input. 
de.jreality.toolsystem.config   
de.jreality.ui.viewerapp Creates pre-configured viewers with tools. 
de.jreality.writer.u3d   
 

Classes in de.jreality.scene.data used by de.jreality.geometry
Attribute
           
DataList
          A data list using a storage model for the data.
DataListSet
           
DoubleArrayArray
          An immutable array of DoubleArrays.
IntArrayArray
          An immutable array of IntArrays.
 

Classes in de.jreality.scene.data used by de.jreality.math
DoubleArray
          An immutable array.
 

Classes in de.jreality.scene.data used by de.jreality.scene
Attribute
           
DataList
          A data list using a storage model for the data.
DataListSet
           
RingBuffer.Reader
           
 

Classes in de.jreality.scene.data used by de.jreality.scene.data
Attribute
           
AttributeEntity
          Tagging Interface for AttributeEntitys.
ByteBufferList
          This class uses a pool of ByteBuffer when being de-serialized.
ByteBufferStorage
          Storage Model for ByteBufferList which uses a ByteBuffer as backend.
DataItem
          Base class for data items of this package supporting different views to the same data using the same reference but still maintaining the readonly constraint of the source.
DataList
          A data list using a storage model for the data.
DataListSet
           
DoubleArray
          An immutable array.
DoubleArrayArray
          An immutable array of DoubleArrays.
IntArray
          An immutable array.
IntArrayArray
          An immutable array of IntArrays.
RingBuffer
          Ring buffer for audio sources.
RingBuffer.Reader
           
StorageModel
          Representation of the format of data encapsulated by a DataItem or DataList.
StringArray
          An immutable array.
StringArrayArray
           
WritableDataList
           
 

Classes in de.jreality.scene.data used by de.jreality.scene.event
Attribute
           
 

Classes in de.jreality.scene.data used by de.jreality.scene.tool
DoubleArray
          An immutable array.
 

Classes in de.jreality.scene.data used by de.jreality.shader
AttributeCollection
          An AttributeCollection is an Interface for a set of independent Attributes, like i.e.
AttributeEntity
          Tagging Interface for AttributeEntitys.
 

Classes in de.jreality.scene.data used by de.jreality.toolsystem
DoubleArray
          An immutable array.
 

Classes in de.jreality.scene.data used by de.jreality.toolsystem.config
DoubleArray
          An immutable array.
 

Classes in de.jreality.scene.data used by de.jreality.ui.viewerapp
AttributeEntity
          Tagging Interface for AttributeEntitys.
 

Classes in de.jreality.scene.data used by de.jreality.writer.u3d
Attribute
           
DataList
          A data list using a storage model for the data.