Uses of Class
org.osm2world.core.target.common.Primitive.Type

Packages that use Primitive.Type
org.osm2world.core.target.common   
org.osm2world.core.target.jogl   
org.osm2world.core.target.statistics   
 

Uses of Primitive.Type in org.osm2world.core.target.common
 

Fields in org.osm2world.core.target.common declared as Primitive.Type
 Primitive.Type Primitive.type
           
 

Methods in org.osm2world.core.target.common that return Primitive.Type
static Primitive.Type Primitive.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Primitive.Type[] Primitive.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.osm2world.core.target.common with parameters of type Primitive.Type
protected abstract  void PrimitiveTarget.drawPrimitive(Primitive.Type type, Material material, List<VectorXYZ> vs, List<VectorXYZ> normals, List<List<VectorXZ>> texCoordLists)
           
 

Constructors in org.osm2world.core.target.common with parameters of type Primitive.Type
Primitive(Primitive.Type type, List<VectorXYZ> vertices, List<VectorXYZ> normals, List<List<VectorXZ>> texCoordLists)
           
 

Uses of Primitive.Type in org.osm2world.core.target.jogl
 

Methods in org.osm2world.core.target.jogl with parameters of type Primitive.Type
protected  void PrimitiveBuffer.drawPrimitive(Primitive.Type type, Material material, List<VectorXYZ> vertices, List<VectorXYZ> normals, List<List<VectorXZ>> texCoordLists)
           
protected  void JOGLTarget.drawPrimitive(Primitive.Type type, Material material, List<VectorXYZ> vertices, List<VectorXYZ> normals, List<List<VectorXZ>> texCoordLists)
           
 

Uses of Primitive.Type in org.osm2world.core.target.statistics
 

Methods in org.osm2world.core.target.statistics with parameters of type Primitive.Type
protected  void StatisticsTarget.drawPrimitive(Primitive.Type type, Material material, List<VectorXYZ> vs, List<VectorXYZ> normals, List<List<VectorXZ>> texCoordLists)