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

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

Uses of ObjFace in de.javagl.utils.obj
 

Methods in de.javagl.utils.obj that return ObjFace
 ObjFace ObjGroup.getFace(int index)
          Returns the face with the given index.
 ObjFace Obj.getFace(int index)
          Returns the face with the given index.
 

Methods in de.javagl.utils.obj with parameters of type ObjFace
 void ObjTarget.addFace(ObjFace face)
          Add the given face to this ObjTarget
 

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

Classes in de.javagl.utils.obj.impl that implement ObjFace
 class DefaultObjFace
          Default implementation of an ObjFace
 

Methods in de.javagl.utils.obj.impl that return ObjFace
 ObjFace DefaultObjGroup.getFace(int index)
           
 ObjFace DefaultObj.getFace(int index)
           
 

Methods in de.javagl.utils.obj.impl with parameters of type ObjFace
 void DefaultObjGroup.addFace(ObjFace face)
          Add the given face to this group
 void DefaultObj.addFace(ObjFace face)