Uses of Package
de.javagl.utils.obj

Packages that use de.javagl.utils.obj
de.javagl.utils.obj   
de.javagl.utils.obj.impl   
 

Classes in de.javagl.utils.obj used by de.javagl.utils.obj
FloatTuple
          Interface for tuples consisting of float values
Mtl
          An interface for classes providing parts of the material data that is contained in an MTL file.
Obj
          Interface for classes providing part of the data that may be stored in an OBJ file.
ObjFace
          Interface for classes providing the information of a single face that is stored in an OBJ file.
ObjGroup
          Interface describing a single group of an OBJ file.
ObjTarget
          Interface for all classes that may receive the data that is read from an OBJ file.
 

Classes in de.javagl.utils.obj used by de.javagl.utils.obj.impl
FloatTuple
          Interface for tuples consisting of float values
Mtl
          An interface for classes providing parts of the material data that is contained in an MTL file.
MtlReader
          An interface for classes that may read MTL data, and store the read materials as Mtl objects in a list.
Obj
          Interface for classes providing part of the data that may be stored in an OBJ file.
ObjFace
          Interface for classes providing the information of a single face that is stored in an OBJ file.
ObjGroup
          Interface describing a single group of an OBJ file.
ObjReader
          Interface for all classes that may read OBJ data from a stream and store the read data in an ObjTarget.
ObjTarget
          Interface for all classes that may receive the data that is read from an OBJ file.
ObjWriter
          Interface for all classes that may write an Obj file to a stream.