Uses of Class
org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.StitchInfo
Packages that use TurbulencePatternRed.StitchInfo
-
Uses of TurbulencePatternRed.StitchInfo in org.apache.batik.ext.awt.image.rendered
Fields in org.apache.batik.ext.awt.image.rendered declared as TurbulencePatternRed.StitchInfoModifier and TypeFieldDescriptionprivate TurbulencePatternRed.StitchInfoTurbulencePatternRed.stitchInfoUsed when stitching is onMethods in org.apache.batik.ext.awt.image.rendered with parameters of type TurbulencePatternRed.StitchInfoModifier and TypeMethodDescription(package private) final voidTurbulencePatternRed.StitchInfo.assign(TurbulencePatternRed.StitchInfo stitchInfo) private final voidTurbulencePatternRed.noise2Stitch(double[] noise, double vec0, double vec1, TurbulencePatternRed.StitchInfo stitchInfo) This version of the noise function implements stitching.private final voidTurbulencePatternRed.turbulenceFractalStitch(int[] rgb, double pointX, double pointY, double[] fSum, double[] noise, TurbulencePatternRed.StitchInfo stitchInfo) This is the heart of the turbulence calculation.private final 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.StitchInfoModifierConstructorDescription(package private)StitchInfo(TurbulencePatternRed.StitchInfo stitchInfo) Copy constructor