Uses of Class
org.osm2world.core.target.common.TextureData.Wrap

Packages that use TextureData.Wrap
org.osm2world.core.target.common   
 

Uses of TextureData.Wrap in org.osm2world.core.target.common
 

Fields in org.osm2world.core.target.common declared as TextureData.Wrap
 TextureData.Wrap TextureData.wrap
          wrap style of the texture
 

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

Constructors in org.osm2world.core.target.common with parameters of type TextureData.Wrap
TextureData(File file, double width, double height, TextureData.Wrap wrap, boolean colorable)