Class PerlinTurbulence.StitchInfo

  • Enclosing class:
    PerlinTurbulence

    public static final class PerlinTurbulence.StitchInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int height  
      private int width  
      private int wrapX  
      private int wrapY  
    • Constructor Summary

      Constructors 
      Constructor Description
      StitchInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • width

        private int width
      • height

        private int height
      • wrapX

        private int wrapX
      • wrapY

        private int wrapY
    • Constructor Detail

      • StitchInfo

        public StitchInfo()