Uses of Class
org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.StitchInfo
-
Packages that use TurbulencePatternRed.StitchInfo Package Description org.apache.batik.ext.awt.image.rendered -
-
Uses of TurbulencePatternRed.StitchInfo in org.apache.batik.ext.awt.image.rendered
Fields in org.apache.batik.ext.awt.image.rendered declared as TurbulencePatternRed.StitchInfo Modifier and Type Field Description private TurbulencePatternRed.StitchInfo
TurbulencePatternRed. stitchInfo
Used when stitching is onMethods in org.apache.batik.ext.awt.image.rendered with parameters of type TurbulencePatternRed.StitchInfo Modifier and Type Method 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.Constructors in org.apache.batik.ext.awt.image.rendered with parameters of type TurbulencePatternRed.StitchInfo Constructor Description StitchInfo(TurbulencePatternRed.StitchInfo stitchInfo)
Copy constructor
-