static final class TurbulencePatternRed.StitchInfo
extends java.lang.Object
Modifier and Type | Field and 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.
|
Constructor and Description |
---|
StitchInfo()
Default constructor
|
StitchInfo(TurbulencePatternRed.StitchInfo stitchInfo)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
assign(TurbulencePatternRed.StitchInfo stitchInfo) |
(package private) void |
doubleFrequency() |
int width
int height
int wrapX
int wrapY
StitchInfo()
StitchInfo(TurbulencePatternRed.StitchInfo stitchInfo)
final void assign(TurbulencePatternRed.StitchInfo stitchInfo)
final void doubleFrequency()