A C D E F G H M O P R S T W

G

get(int) - Method in interface de.javagl.utils.obj.FloatTuple
Return the specified component of this tuple
get(int) - Method in class de.javagl.utils.obj.impl.DefaultFloatTuple
 
getD() - Method in class de.javagl.utils.obj.impl.DefaultMtl
 
getD() - Method in interface de.javagl.utils.obj.Mtl
Returns the opacity of the material
getDimensions() - Method in interface de.javagl.utils.obj.FloatTuple
Return the dimensions of this tuple
getDimensions() - Method in class de.javagl.utils.obj.impl.DefaultFloatTuple
 
getFace(int) - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getFace(int) - Method in class de.javagl.utils.obj.impl.DefaultObjGroup
 
getFace(int) - Method in interface de.javagl.utils.obj.Obj
Returns the face with the given index.
getFace(int) - Method in interface de.javagl.utils.obj.ObjGroup
Returns the face with the given index.
getFaceTexCoordsOf(Obj, int) - Static method in class de.javagl.utils.obj.impl.ObjUtils
Returns an array containing the texture coordinates of the vertices of the faces in the given Obj.
getGroup(int) - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getGroup(String) - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getGroup() - Method in class de.javagl.utils.obj.impl.DefaultObjFace
 
getGroup(int) - Method in interface de.javagl.utils.obj.Obj
Returns the group with the given index.
getGroup(String) - Method in interface de.javagl.utils.obj.Obj
Returns the group with the given name.
getGroup() - Method in interface de.javagl.utils.obj.ObjFace
Returns the group that this face belongs to
getKa() - Method in class de.javagl.utils.obj.impl.DefaultMtl
 
getKa() - Method in interface de.javagl.utils.obj.Mtl
Returns the ambient component of the material
getKd() - Method in class de.javagl.utils.obj.impl.DefaultMtl
 
getKd() - Method in interface de.javagl.utils.obj.Mtl
Returns the diffuse component of the material
getKs() - Method in class de.javagl.utils.obj.impl.DefaultMtl
 
getKs() - Method in interface de.javagl.utils.obj.Mtl
Returns the specular component of the material
getMapKd() - Method in class de.javagl.utils.obj.impl.DefaultMtl
 
getMapKd() - Method in interface de.javagl.utils.obj.Mtl
Returns the name of the diffuse map of the material, or null if it has not map.
getMaterialGroup(int) - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getMaterialGroup(String) - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getMaterialGroup() - Method in class de.javagl.utils.obj.impl.DefaultObjFace
 
getMaterialGroup(int) - Method in interface de.javagl.utils.obj.Obj
Returns the material group with the given index.
getMaterialGroup(String) - Method in interface de.javagl.utils.obj.Obj
Returns the material group with the given name.
getMaterialGroup() - Method in interface de.javagl.utils.obj.ObjFace
Returns the material group that this face belongs to
getMtlFileName() - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getMtlFileName() - Method in interface de.javagl.utils.obj.Obj
Returns the name of the MTL file that is associated with this Obj.
getName() - Method in class de.javagl.utils.obj.impl.DefaultMtl
 
getName() - Method in class de.javagl.utils.obj.impl.DefaultObjGroup
 
getName() - Method in interface de.javagl.utils.obj.Mtl
Return the name of the material
getName() - Method in interface de.javagl.utils.obj.ObjGroup
Returns the name of this group.
getNormal(int) - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getNormal(int) - Method in interface de.javagl.utils.obj.Obj
Returns the normal with the given index.
getNormalIndex(int) - Method in class de.javagl.utils.obj.impl.DefaultObjFace
 
getNormalIndex(int) - Method in interface de.javagl.utils.obj.ObjFace
Returns the index of the normal with the given number.
getNs() - Method in class de.javagl.utils.obj.impl.DefaultMtl
 
getNs() - Method in interface de.javagl.utils.obj.Mtl
Returns the shininess of the material.
getNumFaces() - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getNumFaces() - Method in class de.javagl.utils.obj.impl.DefaultObjGroup
 
getNumFaces() - Method in interface de.javagl.utils.obj.Obj
Returns the number of faces in the Obj.
getNumFaces() - Method in interface de.javagl.utils.obj.ObjGroup
Returns the number of faces in this group.
getNumGroups() - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getNumGroups() - Method in interface de.javagl.utils.obj.Obj
Returns the number of groups in this Obj.
getNumMaterialGroups() - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getNumMaterialGroups() - Method in interface de.javagl.utils.obj.Obj
Returns the number of material groups in this Obj.
getNumNormals() - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getNumNormals() - Method in interface de.javagl.utils.obj.Obj
Returns the number of normals in the Obj.
getNumTexCoords() - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getNumTexCoords() - Method in interface de.javagl.utils.obj.Obj
Returns the number of texture coordinates in the Obj.
getNumVertices() - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getNumVertices() - Method in class de.javagl.utils.obj.impl.DefaultObjFace
 
getNumVertices() - Method in interface de.javagl.utils.obj.Obj
Returns the number of vertices in the Obj.
getNumVertices() - Method in interface de.javagl.utils.obj.ObjFace
Returns the number of vertices this face consists of.
getTexCoord(int) - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getTexCoord(int) - Method in interface de.javagl.utils.obj.Obj
Returns the texture coordinate with the given index.
getTexCoordIndex(int) - Method in class de.javagl.utils.obj.impl.DefaultObjFace
 
getTexCoordIndex(int) - Method in interface de.javagl.utils.obj.ObjFace
Returns the index of the texture coordinate with the given number.
getVertex(int) - Method in class de.javagl.utils.obj.impl.DefaultObj
 
getVertex(int) - Method in interface de.javagl.utils.obj.Obj
Returns the vertex with the given index.
getVertexCoordsOf(Obj) - Static method in class de.javagl.utils.obj.impl.ObjUtils
Returns all vertex coordinates of the given Obj as an array.
getVertexIndex(int) - Method in class de.javagl.utils.obj.impl.DefaultObjFace
 
getVertexIndex(int) - Method in interface de.javagl.utils.obj.ObjFace
Returns the index of the vertex with the given number.
getVertexIndicesOf(Obj) - Static method in class de.javagl.utils.obj.impl.ObjUtils
Returns the vertex indices of the given Obj as an array.
getW() - Method in interface de.javagl.utils.obj.FloatTuple
Return the w-component of this tuple
getW() - Method in class de.javagl.utils.obj.impl.DefaultFloatTuple
 
getX() - Method in interface de.javagl.utils.obj.FloatTuple
Return the x-component of this tuple
getX() - Method in class de.javagl.utils.obj.impl.DefaultFloatTuple
 
getY() - Method in interface de.javagl.utils.obj.FloatTuple
Return the y-component of this tuple
getY() - Method in class de.javagl.utils.obj.impl.DefaultFloatTuple
 
getZ() - Method in interface de.javagl.utils.obj.FloatTuple
Return the z-component of this tuple
getZ() - Method in class de.javagl.utils.obj.impl.DefaultFloatTuple
 
groupToObj(Obj, ObjGroup, ObjTarget, List<Integer>) - Static method in class de.javagl.utils.obj.impl.ObjUtils
This method will store the given group of the given Obj in the given output.

A C D E F G H M O P R S T W