Class TurbulencePatternRed.StitchInfo
- java.lang.Object
-
- org.apache.batik.ext.awt.image.rendered.TurbulencePatternRed.StitchInfo
-
- Enclosing class:
- TurbulencePatternRed
static final class TurbulencePatternRed.StitchInfo extends java.lang.ObjectInner class to store tile stitching info. #see
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intheightHeight of the integer lattice tile(package private) intwidthWidth of the integer lattice tile(package private) intwrapXValue beyond which values are wrapped on the x-axis.(package private) intwrapYValue beyond which values are wrapped on the y-axis.
-
Constructor Summary
Constructors Constructor Description StitchInfo()Default constructorStitchInfo(TurbulencePatternRed.StitchInfo stitchInfo)Copy constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidassign(TurbulencePatternRed.StitchInfo stitchInfo)(package private) voiddoubleFrequency()
-
-
-
Constructor Detail
-
StitchInfo
StitchInfo()
Default constructor
-
StitchInfo
StitchInfo(TurbulencePatternRed.StitchInfo stitchInfo)
Copy constructor
-
-
Method Detail
-
assign
final void assign(TurbulencePatternRed.StitchInfo stitchInfo)
-
doubleFrequency
final void doubleFrequency()
-
-