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.StitchInfoTurbulencePatternRed. stitchInfoUsed 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) voidTurbulencePatternRed.StitchInfo. assign(TurbulencePatternRed.StitchInfo stitchInfo)private voidTurbulencePatternRed. noise2Stitch(double[] noise, double vec0, double vec1, TurbulencePatternRed.StitchInfo stitchInfo)This version of the noise function implements stitching.private voidTurbulencePatternRed. turbulenceFractalStitch(int[] rgb, double pointX, double pointY, double[] fSum, double[] noise, TurbulencePatternRed.StitchInfo stitchInfo)This is the heart of the turbulence calculation.private voidTurbulencePatternRed. 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
-