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.StitchInfo
TurbulencePatternRed.stitchInfo
Used when stitching is onMethods in org.apache.batik.ext.awt.image.rendered with parameters of type TurbulencePatternRed.StitchInfoModifier and TypeMethodDescription(package private) final void
TurbulencePatternRed.StitchInfo.assign
(TurbulencePatternRed.StitchInfo stitchInfo) private final void
TurbulencePatternRed.noise2Stitch
(double[] noise, double vec0, double vec1, TurbulencePatternRed.StitchInfo stitchInfo) This version of the noise function implements stitching.private final 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 final 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.StitchInfoModifierConstructorDescription(package private)
StitchInfo
(TurbulencePatternRed.StitchInfo stitchInfo) Copy constructor