libgdx API

Uses of Class
com.badlogic.gdx.graphics.glutils.ShapeRenderer.ShapeType

Packages that use ShapeRenderer.ShapeType
com.badlogic.gdx.graphics.glutils   
 

Uses of ShapeRenderer.ShapeType in com.badlogic.gdx.graphics.glutils
 

Methods in com.badlogic.gdx.graphics.glutils that return ShapeRenderer.ShapeType
 ShapeRenderer.ShapeType ShapeRenderer.getCurrentType()
          Returns the current ShapeRenderer.ShapeType used
static ShapeRenderer.ShapeType ShapeRenderer.ShapeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ShapeRenderer.ShapeType[] ShapeRenderer.ShapeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.badlogic.gdx.graphics.glutils with parameters of type ShapeRenderer.ShapeType
 void ShapeRenderer.begin(ShapeRenderer.ShapeType type)
          Starts a new batch of shapes.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)