Class TurbulencePatternRed.StitchInfo

  • Enclosing class:
    TurbulencePatternRed

    static final class TurbulencePatternRed.StitchInfo
    extends java.lang.Object
    Inner class to store tile stitching info. #see
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int height
      Height of the integer lattice tile
      (package private) int width
      Width of the integer lattice tile
      (package private) int wrapX
      Value beyond which values are wrapped on the x-axis.
      (package private) int wrapY
      Value beyond which values are wrapped on the y-axis.