Uses of Class
org.osm2world.core.target.common.material.Material.Transparency

Packages that use Material.Transparency
org.osm2world.core.target.common.material   
 

Uses of Material.Transparency in org.osm2world.core.target.common.material
 

Fields in org.osm2world.core.target.common.material declared as Material.Transparency
protected  Material.Transparency Material.transparency
           
 

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

Methods in org.osm2world.core.target.common.material with parameters of type Material.Transparency
 void ConfMaterial.setTransparency(Material.Transparency transparency)
           
 

Constructors in org.osm2world.core.target.common.material with parameters of type Material.Transparency
ConfMaterial(Material.Lighting lighting, Color color, float ambientFactor, float diffuseFactor, Material.Transparency transparency, List<TextureData> textureDataList)
           
ConfMaterial(Material.Lighting lighting, Color color, Material.Transparency transparency, List<TextureData> textureDataList)
           
ImmutableMaterial(Material.Lighting lighting, Color color, float ambientFactor, float diffuseFactor, Material.Transparency transparency, List<TextureData> textureDataList)
           
ImmutableMaterial(Material.Lighting lighting, Color color, Material.Transparency transparency, List<TextureData> textureDataList)
           
Material(Material.Lighting lighting, Color color, float ambientFactor, float diffuseFactor, Material.Transparency transparency, List<TextureData> textureDataList)
           
Material(Material.Lighting lighting, Color color, Material.Transparency transparency, List<TextureData> textureDataList)