Package | Description |
---|---|
org.apache.batik.ext.awt.image.rendered |
Modifier and Type | Field and Description |
---|---|
private TurbulencePatternRed.StitchInfo |
TurbulencePatternRed.stitchInfo
Used when stitching is on
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
TurbulencePatternRed.StitchInfo.assign(TurbulencePatternRed.StitchInfo stitchInfo) |
private void |
TurbulencePatternRed.noise2Stitch(double[] noise,
double vec0,
double vec1,
TurbulencePatternRed.StitchInfo stitchInfo)
This version of the noise function implements stitching.
|
private void |
TurbulencePatternRed.turbulenceFractalStitch(int[] rgb,
double pointX,
double pointY,
double[] fSum,
double[] noise,
TurbulencePatternRed.StitchInfo stitchInfo)
This is the heart of the turbulence calculation.
|
private void |
TurbulencePatternRed.turbulenceStitch(int[] rgb,
double pointX,
double pointY,
double[] fSum,
double[] noise,
TurbulencePatternRed.StitchInfo stitchInfo)
This is the heart of the turbulence calculation.
|
Constructor and Description |
---|
StitchInfo(TurbulencePatternRed.StitchInfo stitchInfo)
Copy constructor
|