Package 

Class Attributes

  • All Implemented Interfaces:

    
    public final class Attributes
    
                        

    Class describing a shape's attributes Copyright reserved by telenav 2021.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class Attributes.Builder

      // We'll either use this... public String textureResourceName; public int textureResourceWidth = 64; public int textureResourceHeight = 64; public float stretchFactor = 1.0f;

      // or this ClientTexture clientTexture = null;

    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

    • Method Detail