Uses of Interface
de.javagl.utils.obj.ObjGroup

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

Uses of ObjGroup in de.javagl.utils.obj
 

Methods in de.javagl.utils.obj that return ObjGroup
 ObjGroup ObjFace.getGroup()
          Returns the group that this face belongs to
 ObjGroup Obj.getGroup(int index)
          Returns the group with the given index.
 ObjGroup Obj.getGroup(String name)
          Returns the group with the given name.
 ObjGroup ObjFace.getMaterialGroup()
          Returns the material group that this face belongs to
 ObjGroup Obj.getMaterialGroup(int index)
          Returns the material group with the given index.
 ObjGroup Obj.getMaterialGroup(String name)
          Returns the material group with the given name.
 

Methods in de.javagl.utils.obj with parameters of type ObjGroup
 void ObjTarget.addGroup(ObjGroup group)
          Add the given group to this ObjTarget
 void ObjTarget.addMaterialGroup(ObjGroup group)
          Add the given material group to this ObjTarget
 

Uses of ObjGroup in de.javagl.utils.obj.impl
 

Classes in de.javagl.utils.obj.impl that implement ObjGroup
 class DefaultObjGroup
          Default implementation of an ObjGroup
 

Methods in de.javagl.utils.obj.impl that return ObjGroup
 ObjGroup DefaultObjFace.getGroup()
           
 ObjGroup DefaultObj.getGroup(int index)
           
 ObjGroup DefaultObj.getGroup(String name)
           
 ObjGroup DefaultObjFace.getMaterialGroup()
           
 ObjGroup DefaultObj.getMaterialGroup(int index)
           
 ObjGroup DefaultObj.getMaterialGroup(String name)
           
 

Methods in de.javagl.utils.obj.impl with parameters of type ObjGroup
 void DefaultObj.addGroup(ObjGroup group)
           
 void DefaultObj.addMaterialGroup(ObjGroup group)
           
static void ObjUtils.groupToObj(Obj input, ObjGroup inputGroup, ObjTarget output, List<Integer> vertexIndexMapping)
          This method will store the given group of the given Obj in the given output.
 

Constructors in de.javagl.utils.obj.impl with parameters of type ObjGroup
DefaultObjFace(int[] vertexIndices, int[] texCoordIndices, int[] normalIndices, ObjGroup group, ObjGroup materialGroup)
          Creates a Face from the given parameters