Class OffsetsList


  • public class OffsetsList
    extends java.lang.Object
    Defines a structure to hold all the uv offsets for textures applied to a particular shape.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.Integer,​float[]> offsets  
    • Constructor Summary

      Constructors 
      Constructor Description
      OffsetsList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float[] getOffset​(int index)  
      void setOffset​(int index, float uOffset, float vOffset)  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • offsets

        protected java.util.Map<java.lang.Integer,​float[]> offsets
    • Constructor Detail

      • OffsetsList

        public OffsetsList()
    • Method Detail

      • getOffset

        public float[] getOffset​(int index)
      • setOffset

        public void setOffset​(int index,
                              float uOffset,
                              float vOffset)