Class TerrainTexture


  • public class TerrainTexture
    extends java.lang.Object
    Helper class for terrain
    • Constructor Summary

      Constructors 
      Constructor Description
      TerrainTexture​(java.lang.String name, java.lang.String texture, float scale)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      float getScale()  
      java.lang.String getTexture()  
      void setName​(java.lang.String name)  
      void setScale​(float _scale)  
      void setTexture​(java.lang.String _texture)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TerrainTexture

        public TerrainTexture​(java.lang.String name,
                              java.lang.String texture,
                              float scale)
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name
      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - the name to set
      • getTexture

        public java.lang.String getTexture()
        Returns:
        the _texture
      • setTexture

        public void setTexture​(java.lang.String _texture)
        Parameters:
        _texture - the _texture to set
      • getScale

        public float getScale()
        Returns:
        the _scale
      • setScale

        public void setScale​(float _scale)
        Parameters:
        _scale - the _scale to set